diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index b0b5006178..3d7e126dc2 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -765,6 +765,7 @@ void parse_environment(Parser & p, ostream & os, bool outer, parse_text_in_inset(p, os, FLAG_END, outer, parent_context); end_inset(os); p.skip_spaces(); + skip_braces(p); // eat {} that might by set by LyX behind comments } else if (name == "lyxgreyedout") {