]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Fix conversion error in tooltips.
[wxWidgets.git] / wxPython / demo / Main.py
index 574387f1e16b64e8e149002b0301712704cd6396..f20cea6235a0f91944f54841f269c9a436507e1c 100644 (file)
@@ -220,7 +220,7 @@ _treeList = [
     # need libs not coming with the demo
     ('Objects using an external library', [
         'ActiveXWrapper_Acrobat',
-        'ActiveXWrapper_IE',
+        ##'ActiveXWrapper_IE',      # currently has tstate problems...
         'GLCanvas',
         #'PlotCanvas', # deprecated, use PyPlot
         ]),
@@ -722,6 +722,7 @@ class wxPythonDemo(wx.Frame):
                 self.txt.Clear()
                 self.window = None
 
+        self.tree.SetFocus()
 
 
     #---------------------------------------------