Fixes to avoid an endless event looping for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,7 +16,8 @@ def runTest(frame, nb, log):
|
||||
|
||||
ed.SetText(["",
|
||||
"This is a simple text editor, the class name is",
|
||||
"wxEditor. Type a few lines and try it out."])
|
||||
"wxEditor. Type a few lines and try it out.",
|
||||
""])
|
||||
|
||||
pyed.SetText(["# This one is a derived class named wxPyEditor.",
|
||||
"# It adds syntax highlighting, folding (press",
|
||||
|
Reference in New Issue
Block a user