A little tweak

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-02-12 02:22:42 +00:00
parent db91459553
commit 88f226fa98

View File

@@ -15,7 +15,6 @@ debug = 1
demoText = """\ demoText = """\
This editor is provided by a class named wx.StyledTextCtrl. As This editor is provided by a class named wx.StyledTextCtrl. As
the name suggests, you can define styles that can be applied to the name suggests, you can define styles that can be applied to
sections of text. This will typically be used for things like sections of text. This will typically be used for things like
@@ -268,9 +267,7 @@ def runTest(frame, nb, log):
print "FindText(0, max, 'indicators'): ", print "FindText(0, max, 'indicators'): ",
print ed.FindText(0, ed.GetTextLength(), "indicators") print ed.FindText(0, ed.GetTextLength(), "indicators")
ed.GotoPos(0) wx.CallAfter(ed.GotoPos, 0)
return p return p