commit c643da99d79d1971fd5c4079955d868a40254e63
Author: Scott Kostyshak <[email protected]>
Date: Fri May 19 05:20:44 2017 -0400
InsetHyperlink: inherit font (#10677)
This commit amends 55533804.
---
src/insets/InsetHyperlink.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/insets/InsetHyperlink.h b/src/insets/InsetHyperlink.h
index 1dd3e08..78a6ddd 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; }