From: Lars Gullik Bjønnes Date: Fri, 27 Apr 2001 20:26:24 +0000 (+0000) Subject: mathed68.diff X-Git-Tag: 1.6.10~21266 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=072a232dde7476aaf4477d48493e6b380b6f98af;p=features.git mathed68.diff git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1971 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/formula.C b/src/mathed/formula.C index b9791c9435..e4bce63436 100644 --- a/src/mathed/formula.C +++ b/src/mathed/formula.C @@ -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;