]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed incorrect weMonoStyled from initialization
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 20 Feb 1998 15:48:57 +0000 (15:48 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 20 Feb 1998 15:48:57 +0000 (15:48 +0000)
Mac/Demo/waste/swed.py

index 9e9779e11d3d174fc9b4eefbef762a7fb47376d0..83f29b7f9d70a69b80da23263232d2886178bf63 100644 (file)
@@ -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()