]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
Remove color dependency of framed note, fix bug 3598
[lyx.git] / src / insets / InsetFloatList.h
index 3c0d0b62c5350184a99823586d82ef25ae56cd55..c9c1048f317bea50661ced78204eac431e261604 100644 (file)
@@ -33,7 +33,7 @@ public:
        ///
        Inset::Code lyxCode() const;
        ///
-       bool display() const { return true; }
+       DisplayType display() const { return AlignCenter; }
        ///
        void write(Buffer const &, std::ostream &) const;
        ///