]> git.lyx.org Git - lyx.git/commit
* TextMetrics::getPitNearY(): Fix crash when navigating with up and down arrow keys...
authorAbdelrazak Younes <younes@lyx.org>
Mon, 26 Nov 2007 15:29:54 +0000 (15:29 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 26 Nov 2007 15:29:54 +0000 (15:29 +0000)
commitde8ce177848a8fe04b5931e9521c57dec3b8fee9
tree8de6a29592cd8e62a84bd0f103d873395eea6c72
parent1133419a59f41d6d6c60c6f5cd663b8663a6df90
* TextMetrics::getPitNearY(): Fix crash when navigating with up and down arrow keys. The problem was that the passed y coordinates was not necessarily out of screen. Also the paragraph position was not correctly updated.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21798 a592a061-630c-0410-9148-cb99ea01b6c8
src/TextMetrics.cpp