]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBibtex.h
Add possibility for command inset to inherit enclosing font
[features.git] / src / insets / InsetBibtex.h
index 038065ffc0dc8b9a6ddf71d67fd47c08c15820c2..4f6f68cef2d96fd89eaf41a772356cf0ef6ea53c 100644 (file)
@@ -48,6 +48,8 @@ public:
        ///
        bool hasSettings() const { return true; }
        ///
+       bool inheritFont() const { return true; }
+       ///
        InsetCode lyxCode() const { return BIBTEX_CODE; }
        ///
        DisplayType display() const { return AlignCenter; }