From 0ab862f9425fe8f4fe9f831c8347df56e1d9fc06 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 2 Apr 2022 12:05:18 +0200 Subject: [PATCH] Amend d96135a9dcc5 --- src/insets/InsetNote.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5