]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettabular.h
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insettabular.h
index 7e2f9219db740d3c4b0b58edcc7172a425f93724..967838573272ea2b62dda2165837b3dcf626eb45 100644 (file)
@@ -203,6 +203,9 @@ private:
        mutable idx_type first_visible_cell;
        ///
        mutable int scx_;
+       /// Ugly boolean used when this inset is dissolved and
+       /// InsetTabularMailer should not be used.
+       bool is_deleted_;
 };