X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetArgument.h;h=0a5d00037966216410bbee395df294cf38798860;hb=860accd01fb8115ec7c6ad80b054f1046e19c62f;hp=5c4701d8fcc471a1c75be6929bada882970f0bd0;hpb=6edbc1da66ed5116f6062c854c8c5a18a40f2bf4;p=lyx.git diff --git a/src/insets/InsetArgument.h b/src/insets/InsetArgument.h index 5c4701d8fc..0a5d000379 100644 --- a/src/insets/InsetArgument.h +++ b/src/insets/InsetArgument.h @@ -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_;