mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Enable AutoInsert with post arguments
This commit is contained in:
parent
7bb3028607
commit
532765c03a
@ -2064,7 +2064,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
||||
doInsertInset(cur, this, cmd, true, true);
|
||||
// Insert auto-insert arguments
|
||||
bool autoargs = false;
|
||||
Layout::LaTeXArgMap args = cur.inset().getLayout().latexargs();
|
||||
Layout::LaTeXArgMap args = cur.inset().getLayout().args();
|
||||
Layout::LaTeXArgMap::const_iterator lait = args.begin();
|
||||
Layout::LaTeXArgMap::const_iterator const laend = args.end();
|
||||
for (; lait != laend; ++lait) {
|
||||
|
Loading…
Reference in New Issue
Block a user