]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
Small improvement for bug #7509 as suggested by JMarc
[lyx.git] / src / Text.h
index 88d107322478d07d57c125d340acc7af741cd88b..f4110e260f5fe820ab2a56de19d862fafd3a4d18 100644 (file)
@@ -66,11 +66,9 @@ public:
                Font const & font, Font const & display_font);
 
        /** Needed to propagate font changes to all text cells of insets
-        *  that are not allowed inside a font change (bug 1973).
+        *  that are not allowed inside a font change (bugs 1973, 6919).
         *  Must not be called if \p pos denotes an ordinary character or an
         *  inset that is alowed inside a font change.
-        *  FIXME: This should be removed, see documentation of noFontChange
-        *  in insetbase.h
         */
        void setInsetFont(BufferView const & bv, pit_type pit, pos_type pos,
                Font const & font, bool toggleall = false);