mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Must not output anything between p.pushPosition() and p.popPosition().
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40140 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0dee3eff18
commit
93d6ce915f
@ -1009,7 +1009,7 @@ void parse_outer_box(Parser & p, ostream & os, unsigned flags, bool outer,
|
||||
// Eat '{'
|
||||
if (p.next_token().cat() == catBegin)
|
||||
p.get_token();
|
||||
eat_whitespace(p, os, parent_context, false);
|
||||
p.skip_spaces(true);
|
||||
}
|
||||
}
|
||||
if (outer_type == "shaded") {
|
||||
|
Loading…
Reference in New Issue
Block a user