From: Juergen Spitzmueller Date: Mon, 27 May 2013 09:29:15 +0000 (+0200) Subject: InsetArgument: Set ResetsFontEdit to false X-Git-Tag: 2.1.0beta1~147 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a9409b47851e57afb2a9c1b1262e60c6963d9dc4;p=features.git InsetArgument: Set ResetsFontEdit to false This makes the language of arguments adapt to the language of the paragraph, which is what we want. --- 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 //@{