]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewpage.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetNewpage.h
index 749d5972d8e83f5908baa8242a49513553532f70..7fc4cc49b1f2e23d82456bf29a1c5e98f91c5536 100644 (file)
@@ -74,7 +74,7 @@ private:
        ///
        void write(std::ostream & os) const;
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        ///
        docstring insetLabel() const;
        ///