mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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:
parent
9e50872e50
commit
a9409b4785
@ -65,6 +65,8 @@ public:
|
|||||||
std::string contextMenuName() const;
|
std::string contextMenuName() const;
|
||||||
///
|
///
|
||||||
bool isPassThru() const { return pass_thru_; }
|
bool isPassThru() const { return pass_thru_; }
|
||||||
|
///
|
||||||
|
bool resetFontEdit() const { return false; }
|
||||||
//@}
|
//@}
|
||||||
/// \name Public functions inherited from InsetCollapsable class
|
/// \name Public functions inherited from InsetCollapsable class
|
||||||
//@{
|
//@{
|
||||||
|
Loading…
Reference in New Issue
Block a user