]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Fix bug #7059: Display the vertical alignment of tables.
[lyx.git] / src / insets / InsetTabular.h
index f1452a0aafaf0559ab3c658becc459b9fa37cd02..2a7b23980f998e0ed55fbc7547af0d9d26dfae39 100644 (file)
@@ -954,6 +954,9 @@ private:
        mutable idx_type first_visible_cell;
        ///
        mutable int scx_;
+       /// The vertical offset of the table due to the vertical
+       /// alignment with respect to the baseline.
+       mutable int offset_valign_;
        /// true when selecting rows with the mouse
        bool rowselect_;
        /// true when selecting columns with the mouse