mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
Removed incorrect weMonoStyled from initialization
This commit is contained in:
parent
0188172559
commit
dee6d02736
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class WasteWindow(ScrolledWindow):
|
||||||
Qd.TextFont(4)
|
Qd.TextFont(4)
|
||||||
Qd.TextSize(9)
|
Qd.TextSize(9)
|
||||||
flags = WASTEconst.weDoAutoScroll | WASTEconst.weDoOutlineHilite | \
|
flags = WASTEconst.weDoAutoScroll | WASTEconst.weDoOutlineHilite | \
|
||||||
WASTEconst.weDoMonoStyled | WASTEconst.weDoUndo
|
WASTEconst.weDoUndo
|
||||||
self.ted = waste.WENew(dr, vr, flags)
|
self.ted = waste.WENew(dr, vr, flags)
|
||||||
self.ted.WEInstallTabHooks()
|
self.ted.WEInstallTabHooks()
|
||||||
style, soup = self.getstylesoup()
|
style, soup = self.getstylesoup()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue