mathed68.diff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1971 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2001-04-27 20:26:24 +00:00
parent e7ae04343e
commit 072a232dde

View File

@ -954,6 +954,7 @@ InsetFormula::LocalDispatch(BufferView * bv, kb_action action,
case LFUN_INSERT_MATH:
bv->lockedInsetStoreUndo(Undo::INSERT);
InsertSymbol(bv, arg);
UpdateLocal(bv);
break;