]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
Fix GRAPHICS_EDIT of InsetGraphics
[lyx.git] / src / insets / InsetNote.h
index c710ce7638090601fad2e5df373da9f541075da4..a9ca313b8767968eb843363dd6df5db38d3b2c5f 100644 (file)
@@ -57,6 +57,8 @@ private:
        ///
        virtual DisplayType display() const;
        ///
+       bool noFontChange() const { return params_.type != InsetNoteParams::Note; }
+       ///
        void write(std::ostream &) const;
        ///
        void read(Lexer & lex);