Fix bug 3194:

http://bugzilla.lyx.org/show_bug.cgi?id=3194

This also seems to fix the annoying mouse cursor movement bug 3023:

http://bugzilla.lyx.org/show_bug.cgi?id=3023


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17027 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-02-02 15:14:43 +00:00
parent 8615d0a6fa
commit 0405bfcf04

View File

@ -1160,7 +1160,6 @@ void InsetMathNest::lfunMousePress(LCursor & cur, FuncRequest & cmd)
asArray(theSelection().get(), ar);
cur.insert(ar);
bv.mouseSetCursor(cur);
}
}