]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetVSpace.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetVSpace.h
index 16e50da09616201a8e8c5838190a82e26243ac3f..08e8ea882ec922051e7f95b1f2d357ff0caca58f 100644 (file)
@@ -62,7 +62,7 @@ private:
        ///
        void write(std::ostream & os) const;
        ///
-       DisplayType display() const { return AlignCenter; }
+       RowFlags rowFlags() const { return Display; }
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///