]> git.lyx.org Git - features.git/commitdiff
InsetArgument: Set ResetsFontEdit to false
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 27 May 2013 09:29:15 +0000 (11:29 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 27 May 2013 09:29:15 +0000 (11:29 +0200)
This makes the language of arguments adapt to the language of the paragraph, which is what we want.

src/insets/InsetArgument.h

index 76b6f0143b9b83284db5ef8d46286c0f696f6f0a..186c6119e3d884c64790a53616ddfcf43f795cd0 100644 (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
        //@{