]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Add possibility for command inset to inherit enclosing font
[lyx.git] / src / insets / InsetCitation.h
index 992a85ee2198978927472592a595daf32a4d6f4a..18a9305a899459e4fa8aaa811432dbe250415e24 100644 (file)
@@ -43,6 +43,8 @@ public:
        ///
        bool hasSettings() const { return true; }
        ///
+       bool inheritFont() const { return true; }
+       ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);