]> git.lyx.org Git - features.git/commitdiff
InsetHyperlink: inherit font (#10677)
authorScott Kostyshak <skostysh@lyx.org>
Fri, 19 May 2017 09:20:44 +0000 (05:20 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Fri, 19 May 2017 09:23:28 +0000 (05:23 -0400)
This commit amends 55533804.

src/insets/InsetHyperlink.h

index 1dd3e08e2ca3d24d65cb247b647349c7b08d0469..78a6ddd8b3775f14c9b7e17389e216be09545d6d 100644 (file)
@@ -32,6 +32,8 @@ public:
        ///
        bool hasSettings() const { return true; }
        ///
+       bool inheritFont() const { return true; }
+       ///
        bool forceLTR() const { return true; }
        ///
        bool isInToc() const { return true; }