]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLayout.h
InsetTabular.cpp: fix #6585 also for wrapped floats - thanks Vincent
[lyx.git] / src / insets / InsetLayout.h
index 82fbe75edc6eb42a54690834de8e81a95ca7aa00..502428beb0c729bfae03ee06fd5c1008ef9080ef 100644 (file)
@@ -142,6 +142,8 @@ public:
        bool isInToc() const { return intoc_; }
        ///
        bool spellcheck() const { return spellcheck_; }
+       ///
+       bool resetsFont() const { return resetsfont_; }
 private:
        ///
        void makeDefaultCSS() const;
@@ -228,6 +230,8 @@ private:
        bool intoc_;
        /// check spelling of this inset?
        bool spellcheck_;
+       ///
+       bool resetsfont_;
 };
 
 ///