projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Generic fix for full row highlight
[wxWidgets.git]
/
wxPython
/
src
/
_app_ex.py
diff --git
a/wxPython/src/_app_ex.py
b/wxPython/src/_app_ex.py
index fc84315a099fb9b3de95b15ce0805355e9766fb8..f6f7a5ac3e657b61940a05a108d4fadaee24021f 100644
(file)
--- a/
wxPython/src/_app_ex.py
+++ b/
wxPython/src/_app_ex.py
@@
-191,8
+191,8
@@
in on the main display of your Mac."""
destroy(self)
def Destroy(self):
+ self.this.own(False)
wx.PyApp.Destroy(self)
- self.thisown = 0
def SetTopWindow(self, frame):
"""Set the \"main\" top level window"""