From a9409b47851e57afb2a9c1b1262e60c6963d9dc4 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 27 May 2013 11:29:15 +0200 Subject: [PATCH] InsetArgument: Set ResetsFontEdit to false This makes the language of arguments adapt to the language of the paragraph, which is what we want. --- src/insets/InsetArgument.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/insets/InsetArgument.h b/src/insets/InsetArgument.h index 76b6f0143b..186c6119e3 100644 --- a/src/insets/InsetArgument.h +++ b/src/insets/InsetArgument.h @@ -65,6 +65,8 @@ public: std::string contextMenuName() const; /// bool isPassThru() const { return pass_thru_; } + /// + bool resetFontEdit() const { return false; } //@} /// \name Public functions inherited from InsetCollapsable class //@{ -- 2.39.2