]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
Circumvent odd stmary font metrics (part of #9990).
[lyx.git] / src / insets / InsetArgument.h
index 76b6f0143b9b83284db5ef8d46286c0f696f6f0a..d5cae98cb05ddac36c78f627434e875313431c76 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
        //@{
@@ -95,6 +97,8 @@ private:
        std::string decoration_;
        ///
        bool pass_thru_;
+       ///
+       docstring pass_thru_chars_;
 
 protected:
        /// \name Protected functions inherited from Inset class