]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
Fixup 572b06d6: reduce cache size for breakString
[lyx.git] / src / insets / InsetIndex.h
index b064cc700180a769ebfd1182794c8cd6399925e9..dacc477f8874e7e9221f396b8ddda85187591819 100644 (file)
@@ -43,6 +43,8 @@ public:
        static std::string params2string(InsetIndexParams const &);
        ///
        static void string2params(std::string const &, InsetIndexParams &);
+       ///
+       int rowFlags() const override { return CanBreakBefore | CanBreakAfter; }
 private:
        ///
        bool hasSettings() const override;