Fix for the problem reported by Dekel:
> If I type M-m s (for generating a square root) I don't see the root sign
> until> a key is pressed (and also, the cursor goes outside of the
> screen).
> However, typing '\sqrt space' works OK.
> This bug is very recent (probably caused by mathed64.diff).
Andre'
--
Andr� P�nitz ............................................. [EMAIL PROTECTED]
Index: formula.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/formula.C,v
retrieving revision 1.101
diff -u -p -r1.101 formula.C
--- formula.C 2001/04/25 15:43:56 1.101
+++ formula.C 2001/04/27 12:46:29
@@ -954,6 +954,7 @@ InsetFormula::LocalDispatch(BufferView *
case LFUN_INSERT_MATH:
bv->lockedInsetStoreUndo(Undo::INSERT);
InsertSymbol(bv, arg);
+ UpdateLocal(bv);
break;