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:
Robin Dunn
2004-08-24 18:34:29 +00:00
parent d71cc120e3
commit a78714eb8c
3 changed files with 15 additions and 42 deletions

View File

@@ -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():