mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
allow to read Flex insets with a space in their name
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28736 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5c5e7da7b1
commit
fc1fb61336
@ -526,7 +526,7 @@ Inset * readInset(Lexer & lex, Buffer const & buf)
|
||||
} else if (tmptok == "Box") {
|
||||
inset.reset(new InsetBox(buf, tmptok));
|
||||
} else if (tmptok == "Flex") {
|
||||
lex.next();
|
||||
lex.eatLine();
|
||||
string s = lex.getString();
|
||||
inset.reset(new InsetFlex(buf, s));
|
||||
} else if (tmptok == "Branch") {
|
||||
|
Loading…
Reference in New Issue
Block a user