From 7b85d63014ed922762d9f2d5ff33904b65fda100 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 19 Mar 2005 22:03:08 +0000 Subject: [PATCH] Turn off the expando-matic rubber band thing for mac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/Main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 6b978e2291..dcee74cc5a 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -1678,6 +1678,8 @@ class MyApp(wx.App): the main frame when it is time to do so. """ + wx.SystemOptions.SetOptionInt("mac.window-plain-transition", 1) + # For debugging #self.SetAssertMode(wx.PYAPP_ASSERT_DIALOG) -- 2.50.0