tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
34a544a635
commit
4b8e2a3466
@ -175,6 +175,7 @@ def runTest(frame, nb, log):
|
||||
#ed.SetScrollWidth(800)
|
||||
#ed.SetWrapMode(True)
|
||||
#ed.SetUseAntiAliasing(False)
|
||||
#ed.SetViewEOL(True)
|
||||
|
||||
ed.SetText(demoText)
|
||||
|
||||
|
@ -59,6 +59,7 @@ class PythonSTC(stc.StyledTextCtrl):
|
||||
self.SetViewWhiteSpace(False)
|
||||
#self.SetBufferedDraw(False)
|
||||
#self.SetViewEOL(True)
|
||||
#self.SetEOLMode(stc.STC_EOL_CRLF)
|
||||
#self.SetUseAntiAliasing(True)
|
||||
|
||||
self.SetEdgeMode(stc.STC_EDGE_BACKGROUND)
|
||||
|
Loading…
Reference in New Issue
Block a user