InsetArgument: Set ResetsFontEdit to false

This makes the language of arguments adapt to the language of the paragraph, which is what we want.
This commit is contained in:
Juergen Spitzmueller 2013-05-27 11:29:15 +02:00
parent 9e50872e50
commit a9409b4785

View File

@ -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
//@{