mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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.TextSize(9)
|
||||
flags = WASTEconst.weDoAutoScroll | WASTEconst.weDoOutlineHilite | \
|
||||
WASTEconst.weDoMonoStyled | WASTEconst.weDoUndo
|
||||
WASTEconst.weDoUndo
|
||||
self.ted = waste.WENew(dr, vr, flags)
|
||||
self.ted.WEInstallTabHooks()
|
||||
style, soup = self.getstylesoup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue