mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
small spacing bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27599 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1c02ecd41d
commit
c0828f5c52
@ -2529,6 +2529,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
|
||||
<< "+" << to_utf8(rem) << endl;
|
||||
context.check_layout(os);
|
||||
os << to_utf8(s);
|
||||
p.skip_spaces();
|
||||
skip_braces(p); // eat {}
|
||||
}
|
||||
//cerr << "#: " << t << " mode: " << mode << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user