]> git.lyx.org Git - features.git/commitdiff
Revert "InsetHyperlink: inherit font (#10677)"
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 23 May 2017 15:05:51 +0000 (17:05 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 24 May 2017 09:25:14 +0000 (11:25 +0200)
This will be replaced with a better fix (see #10682).

This reverts commit c643da99d79d1971fd5c4079955d868a40254e63.

src/insets/InsetHyperlink.h

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