diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 023e62d5e9..3a88d49c6b 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -1374,7 +1374,6 @@ class wxPythonDemo(wx.Frame): self.auiConfigurations[DEFAULT_PERSPECTIVE] = self.mgr.SavePerspective() self.mgr.Update() - self.mgr.SetFlags(self.mgr.GetFlags() ^ wx.aui.AUI_MGR_ALLOW_ACTIVE_PANE) self.mgr.SetFlags(self.mgr.GetFlags() ^ wx.aui.AUI_MGR_TRANSPARENT_DRAG) diff --git a/wxPython/demo/bmp_source/winprops.png b/wxPython/demo/bmp_source/winprops.png new file mode 100755 index 0000000000..ef066abb3c Binary files /dev/null and b/wxPython/demo/bmp_source/winprops.png differ