]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.h
Various updates for the update-handling and redrawing of insets(text).
[features.git] / src / insets / insettabular.h
index d71d8105b68241878c03eba2b39d3fcce7bad662..fe59d089ba156e5fb23a711732efc6058af68333 100644 (file)
@@ -152,7 +152,7 @@ public:
     LyXTabular * tabular;
 
 private:
-    void calculate_width_of_cells(BufferView *, LyXFont const &, bool =false) const;
+    bool calculate_dimensions_of_cells(BufferView *, LyXFont const &, bool =false) const;
     ///
     void DrawCellLines(Painter &, int x, int baseline, int row, int cell)
            const;
@@ -214,10 +214,8 @@ private:
        oldcell,
         actcol,
         actrow;
-    bool
-        locked,
-        no_selection;
-    mutable bool
-        init_inset;
+    bool no_selection;
+    mutable bool locked;
+    mutable bool init_inset;
 };
 #endif