Removed incorrect weMonoStyled from initialization

This commit is contained in:
Jack Jansen 1998-02-20 15:48:57 +00:00
parent 0188172559
commit dee6d02736
1 changed files with 1 additions and 1 deletions

View File

@ -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()