]> git.saurik.com Git - wxWidgets.git/commit
Put OnIdle() back. Without deleting pending objects, frames that have
authorDavid Elliott <dfe@tgwbd.org>
Mon, 14 Jul 2003 03:48:20 +0000 (03:48 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 14 Jul 2003 03:48:20 +0000 (03:48 +0000)
commit9977626de47d133617d2525aebe9049754de5374
tree8902409ac1fa928e687028a5730a2d2b9db557d1
parent6a9afc7adfa2ece7384ee5986854615f2ba6f723
Put OnIdle() back.  Without deleting pending objects, frames that have
been Destroy()ed (e.g. by the default close implementation) never actually
get deleted and thus the program never terminates because the
wxTopLevelWindowBase destructor is never called to do ExitMainLoop()
FIXME: Why isn't this OnIdle stuff simply in wxAppBase?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/app.h
src/cocoa/app.mm