X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b7fa2d9691bc34339e38684a798e9ab3f711e13..f1860ca765857558ae9bf916f95bedbe5d2be72e:/wxPython/demo/Main.py?ds=sidebyside diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 574387f1e1..f20cea6235 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -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() #---------------------------------------------