X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe953afb43a163ad45fcd9513641f126570bab26..42b6a61ef6680602b4893a39e4a42d66bcb2f2a8:/wxPython/demo/wxHtmlWindow.py diff --git a/wxPython/demo/wxHtmlWindow.py b/wxPython/demo/wxHtmlWindow.py index 2c865f7416..5692a76b0b 100644 --- a/wxPython/demo/wxHtmlWindow.py +++ b/wxPython/demo/wxHtmlWindow.py @@ -158,6 +158,7 @@ class TestHtmlPanel(wxPanel): def runTest(frame, nb, log): win = TestHtmlPanel(nb, frame, log) + print wxWindow_FindFocus() return win