mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
fix compilation error
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4534 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
28076fac18
commit
46880e2b9b
@ -779,7 +779,7 @@ InsetFormulaBase::localDispatch(BufferView * bv, kb_action action,
|
||||
} else {
|
||||
//mathcursor->handleNest(new InsetRef2);
|
||||
//mathcursor->insert(arg);
|
||||
mathcursor->insert(MathAtom(new InsetRef2(arg)));
|
||||
mathcursor->insert(MathAtom(new RefInset(arg)));
|
||||
}
|
||||
updateLocal(bv, true);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user