]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSeparator.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetSeparator.h
index 2433b8247bac7e982c5fdaca7d97cae32e7fde79..a57f45c4613c493469c130f2921cca18332e3b94 100644 (file)
@@ -64,6 +64,8 @@ public:
                // remove warning
                return docstring();
        }
+       ///
+       RowFlags rowFlags() const { return BreakAfter; }
 private:
        ///
        InsetCode lyxCode() const { return SEPARATOR_CODE; }