mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
tex2lyx/text.cpp: logic fix for previous commit
- continue; is here not necessary
This commit is contained in:
parent
a47e61e666
commit
2ba1360509
@ -2451,7 +2451,6 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
|
||||
} else
|
||||
// we did not find a non-ert version
|
||||
output_ert_inset(os, name, context);
|
||||
continue;
|
||||
} else {
|
||||
context.check_layout(os);
|
||||
// special handling of font attribute changes
|
||||
|
Loading…
Reference in New Issue
Block a user