]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.h
Various fixes to InsetTabular and InsetText + Angus's cleanup patch.
[features.git] / src / insets / insettabular.h
index 91a5cfb7df478ad629b9bd4fff53a97ab569824c..d6f87f2dfbb89c79c82335a2d34b2caf49f9d48e 100644 (file)
@@ -178,8 +178,8 @@ public:
     // Public structures and variables
     ///
     LyXTabular * tabular;
-       ///
-       Signal0<void> hideDialog;
+    ///
+    Signal0<void> hideDialog;
 
 private:
     ///
@@ -272,6 +272,8 @@ private:
     ///
     mutable int actrow;
     ///
+    mutable int first_visible_cell;
+    ///
     bool no_selection;
     ///
     bool no_draw;