]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetFloatList.h
index 78417096407a1ad23ccc5f6b1bcdf44ea756c751..20c8e22d62587374635397fc547a6b21b75e36e4 100644 (file)
@@ -32,7 +32,7 @@ public:
        ///
        InsetCode lyxCode() const { return FLOAT_LIST_CODE; }
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        ///
        void write(std::ostream &) const;
        ///