]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/propgridpagestate.h
wxSpinCtrl values are always integral, they don't need to be rounded
[wxWidgets.git] / include / wx / propgrid / propgridpagestate.h
index 86e1c4a4e08d284e62df0c1617845f3ce5c1cab4..f2a2a07043bc6fc9b70fbbda96e6ee3d59064e6b 100644 (file)
@@ -738,6 +738,12 @@ protected:
 
     unsigned char               m_vhCalcPending;
 
+    /** True if splitter has been pre-set by the application. */
+    bool                        m_isSplitterPreSet;
+
+    /** Used to (temporarily) disable splitter centering. */
+    bool                        m_dontCenterSplitter;
+
 private:
     /** Only inits arrays, doesn't migrate things or such. */
     void InitNonCatMode();