projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d82c254
)
Turn off the expando-matic rubber band thing for mac
author
Robin Dunn
<robin@alldunn.com>
Sat, 19 Mar 2005 22:03:08 +0000
(22:03 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Sat, 19 Mar 2005 22:03:08 +0000
(22:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32921
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/demo/Main.py
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/demo/Main.py
b/wxPython/demo/Main.py
index 6b978e229111467262c8d741c100c28a86806e03..dcee74cc5aa333eabbea1a30e97c915a4bcef76e 100644
(file)
--- 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)