]> git.lyx.org Git - lyx.git/commitdiff
Fix bug 3194:
authorAbdelrazak Younes <younes@lyx.org>
Fri, 2 Feb 2007 15:14:43 +0000 (15:14 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 2 Feb 2007 15:14:43 +0000 (15:14 +0000)
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

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