]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
When selecting special logos, set their color correctly
[lyx.git] / src / insets / InsetArgument.h
index 5c4701d8fcc471a1c75be6929bada882970f0bd0..0a5d00037966216410bbee395df294cf38798860 100644 (file)
@@ -97,7 +97,11 @@ private:
        FontInfo labelfont_;
        ///
        std::string decoration_;
-       ///
+       /// Are we in a pass-thru context?
+       bool pass_thru_context_;
+       /// Is the argument itself have an explicitly pass-thru?
+       bool pass_thru_local_;
+       /// Effective pass-thru setting (inherited or local)
        bool pass_thru_;
        ///
        docstring pass_thru_chars_;