]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
make wxRearrangeDialog more customizable and add an example of customizing it to...
[wxWidgets.git] / src / common / appcmn.cpp
index ef67c9168187b855d76f694fa93988923eb9de7e..a38f84583f1ce5dbcb9273c8e10b1cfd98da94fb 100644 (file)
@@ -78,6 +78,8 @@ wxAppBase::wxAppBase()
 
     m_isActive = true;
 
+    m_isInsideYield = false;
+
     // We don't want to exit the app if the user code shows a dialog from its
     // OnInit() -- but this is what would happen if we set m_exitOnFrameDelete
     // to Yes initially as this dialog would be the last top level window.