X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8eca4fef106b8327e2e55636de3f68a511a4c392..c4c3e30f2eb4b6771869d1661c32e0b732a6874a:/wxPython/demo/StyledTextCtrl_1.py diff --git a/wxPython/demo/StyledTextCtrl_1.py b/wxPython/demo/StyledTextCtrl_1.py index 0319d6e31d..8ce17450c9 100644 --- a/wxPython/demo/StyledTextCtrl_1.py +++ b/wxPython/demo/StyledTextCtrl_1.py @@ -175,6 +175,7 @@ def runTest(frame, nb, log): #ed.SetScrollWidth(800) #ed.SetWrapMode(True) #ed.SetUseAntiAliasing(False) + #ed.SetViewEOL(True) ed.SetText(demoText)