mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
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:
parent
8615d0a6fa
commit
0405bfcf04
@ -1160,7 +1160,6 @@ void InsetMathNest::lfunMousePress(LCursor & cur, FuncRequest & cmd)
|
||||
asArray(theSelection().get(), ar);
|
||||
|
||||
cur.insert(ar);
|
||||
bv.mouseSetCursor(cur);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user