mirror of https://github.com/python/cpython.git
Removed incorrect weMonoStyled from initialization
This commit is contained in:
parent
0188172559
commit
dee6d02736
|
@ -41,7 +41,7 @@ def open(self, path, name, data):
|
|||
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…
Reference in New Issue