From 0405bfcf04dc06f9f723e06622ae9ae65d50b0a9 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Fri, 2 Feb 2007 15:14:43 +0000 Subject: [PATCH] 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 --- src/mathed/InsetMathNest.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mathed/InsetMathNest.C b/src/mathed/InsetMathNest.C index 8488363616..1ba75523d0 100644 --- a/src/mathed/InsetMathNest.C +++ b/src/mathed/InsetMathNest.C @@ -1160,7 +1160,6 @@ void InsetMathNest::lfunMousePress(LCursor & cur, FuncRequest & cmd) asArray(theSelection().get(), ar); cur.insert(ar); - bv.mouseSetCursor(cur); } }