]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
Remove taskbar support for now on OS X
[wxWidgets.git] / include / wx / msw / dialog.h
index d28c1544b3a8dc7b80eb78fc7337bb9eca6bf8d0..2a0631bb54881c77cce7188157aaba0a975b0aa1 100644 (file)
@@ -114,7 +114,8 @@ protected:
     void Init();
 
 private:
-    wxWindow *m_oldFocus;
+    wxWindow*   m_oldFocus;
+    bool        m_endModalCalled; // allow for closing within InitDialog
 
     // this pointer is non-NULL only while the modal event loop is running
     wxDialogModalData *m_modalData;