fix for the bug introduced by the last commit: don't quit the program when a standard msg box is closed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -140,9 +140,9 @@ protected:
|
||||
virtual bool IsOneOfBars(const wxWindow *WXUNUSED(win)) const
|
||||
{ return FALSE; }
|
||||
|
||||
// check if we should exit the program after deleting another top level
|
||||
// check if we should exit the program after deleting this top level
|
||||
// window (this is used in common dtor and wxMSW code)
|
||||
static bool IsLastBeforeExit();
|
||||
bool IsLastBeforeExit() const;
|
||||
|
||||
// send the iconize event, return TRUE if processed
|
||||
bool SendIconizeEvent(bool iconized = TRUE);
|
||||
|
Reference in New Issue
Block a user