]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.h
Properly fix handling of title layouts within insets (#11787)
[lyx.git] / src / insets / InsetSpecialChar.h
index 6b33572bd7e6eb6a90f815de2e719caa4ef8a523..b7c6e794d044cc677d5bb346dcce0cfd59bf64bc 100644 (file)
@@ -62,6 +62,8 @@ public:
        Kind kind() const;
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
+       /// some special chars allow line breaking after them
+       RowFlags rowFlags() const;
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///