mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
Must not output anything between p.pushPosition() and p.popPosition().
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40142 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
14ee3de872
commit
191b561026
@ -1002,7 +1002,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