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:
Georg Baum 2011-11-06 17:34:42 +00:00
parent 14ee3de872
commit 191b561026

View File

@ -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") {