Don't cache property and style panels as wxMac can't do Reparenting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -794,8 +794,6 @@ Homepage: http://xrced.sourceforge.net\
|
||||
def OnCloseWindow(self, evt):
|
||||
if not self.AskSave(): return
|
||||
if g.testWin: g.testWin.Destroy()
|
||||
# Destroy cached windows
|
||||
panel.cacheParent.Destroy()
|
||||
if not panel.GetPageCount() == 2:
|
||||
panel.page2.Destroy()
|
||||
if not self.IsIconized():
|
||||
|
Reference in New Issue
Block a user