From: Juergen Spitzmueller Date: Sat, 2 Apr 2022 10:05:18 +0000 (+0200) Subject: Amend d96135a9dcc5 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0ab862f9425fe8f4fe9f831c8347df56e1d9fc06;p=features.git Amend d96135a9dcc5 --- diff --git a/src/insets/InsetNote.cpp b/src/insets/InsetNote.cpp index 05253de855..d36b0d6a28 100644 --- a/src/insets/InsetNote.cpp +++ b/src/insets/InsetNote.cpp @@ -207,6 +207,7 @@ bool InsetNote::isMacroScope() const void InsetNote::latex(otexstream & os, OutputParams const & runparams_in) const { if (params_.type != InsetNoteParams::Greyedout + && runparams_in.for_searchAdv != OutputParams::NoSearch && (runparams_in.for_searchAdv & OutputParams::SearchNonOutput) == 0) return;