]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Fix bug #6649 - fix texrow structure generated by InsetIndex
[lyx.git] / src / BufferParams.h
index cd5e96afd67922ff6bbb8cf33b5b30b6d078a899..1e8174d12c33f02d9adc1cf48095b807e3f0d40c 100644 (file)
@@ -286,11 +286,15 @@ public:
        ///
        RGBColor backgroundcolor;
        ///
+       bool isbackgroundcolor;
+       ///
        RGBColor fontcolor;
        ///
        bool isfontcolor;
        ///
        RGBColor notefontcolor;
+       ///
+       RGBColor boxbgcolor;
        /// \param index should lie in the range 0 <= \c index <= 3.
        Bullet & temp_bullet(size_type index);
        Bullet const & temp_bullet(size_type index) const;