mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
4ba94f74a5
commit
ac5cc01717
@ -892,7 +892,7 @@ void InsetLayout::readArgument(Lexer & lex)
|
||||
arg.tooltip = lex.getDocString();
|
||||
} else if (tok == "requires") {
|
||||
lex.eatLine();
|
||||
arg.required = lex.getString();
|
||||
arg.required = trim(lex.getString(true));
|
||||
} else if (tok == "decoration") {
|
||||
lex.next();
|
||||
arg.decoration = lex.getString();
|
||||
|
Loading…
Reference in New Issue
Block a user