]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
make selecting several rows/col more convenient
[lyx.git] / src / insets / InsetTabular.h
index f149f6b91c14e9d87cf0320f09f67c102c7e0b1d..493c03eeb11bed3ca2a91e372d84744a5ae2d0fc 100644 (file)
@@ -864,6 +864,10 @@ private:
        mutable idx_type first_visible_cell;
        ///
        mutable int scx_;
+       /// true when selecting rows with the mouse
+       bool rowselect_;
+       /// true when selecting columns with the mouse
+       bool colselect_;
 };