From c643da99d79d1971fd5c4079955d868a40254e63 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Fri, 19 May 2017 05:20:44 -0400 Subject: [PATCH] InsetHyperlink: inherit font (#10677) This commit amends 55533804. --- src/insets/InsetHyperlink.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/insets/InsetHyperlink.h b/src/insets/InsetHyperlink.h index 1dd3e08e2c..78a6ddd8b3 100644 --- a/src/insets/InsetHyperlink.h +++ b/src/insets/InsetHyperlink.h @@ -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; } -- 2.39.2