]> git.lyx.org Git - features.git/commit
A better fix for bug 3194 (see rev. 17027).
authorAbdelrazak Younes <younes@lyx.org>
Fri, 2 Feb 2007 20:23:56 +0000 (20:23 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 2 Feb 2007 20:23:56 +0000 (20:23 +0000)
commit8842f9a0095ecdcc02632d0175ef53173501bb34
tree3a4538e2cb4bc1cb6ef0a612122869157c627285
parent0405bfcf04dc06f9f723e06622ae9ae65d50b0a9
A better fix for bug 3194 (see rev. 17027).

* BufferView::mouseSetCursor(): do not call setTargetX() here because this needs the mathed coordcache which is not ensured to be up to date. Because of this, cursor movement might need some adjustment.

* InsetMathNest::lfunMousePress(): revert commit 17027.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17028 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.C
src/mathed/InsetMathNest.C