Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dee6d02

Browse files
committed
Removed incorrect weMonoStyled from initialization
1 parent 0188172 commit dee6d02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Demo/waste/swed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def open(self, path, name, data):
4141
Qd.TextFont(4)
4242
Qd.TextSize(9)
4343
flags = WASTEconst.weDoAutoScroll | WASTEconst.weDoOutlineHilite | \
44-
WASTEconst.weDoMonoStyled | WASTEconst.weDoUndo
44+
WASTEconst.weDoUndo
4545
self.ted = waste.WENew(dr, vr, flags)
4646
self.ted.WEInstallTabHooks()
4747
style, soup = self.getstylesoup()

0 commit comments

Comments
 (0)