]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
superposition of text styles in wxTextCtrl now works as expected (and as documented)
[wxWidgets.git] / include / wx / msw / frame.h
index ed17ffef9b54a8a1d59f132232f56a1a3575270a..300931980a5020cdb999ea90e00f590f89870e0e 100644 (file)
@@ -155,6 +155,9 @@ private:
     WXHWND                m_hwndToolTip;
 #endif // tooltips
 
+    // used by IconizeChildFrames(), see comments there
+    bool m_wasMinimized;
+
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxFrame)
 };