]> git.lyx.org Git - features.git/commit
Fix keyboard navigation with graphics insets.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 29 Nov 2006 13:58:08 +0000 (13:58 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 29 Nov 2006 13:58:08 +0000 (13:58 +0000)
commit44b0bd4eee6c103b0b7381253e88ec9057742c8d
treeb1349954ec6a08b66395e779bc42352e0e455670
parent517778ab0951c249f530a3495fc3c9daa8386652
Fix keyboard navigation with graphics insets.

* lyxtext.h/text2.C:
  - LyXText::getPitNearY(): this is non const anymore. The CoordCache will be updated automatically if the paragraph is not found in there.
  - LyXText::checkInsetHit(): this is non const anymore because of the above.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16104 a592a061-630c-0410-9148-cb99ea01b6c8
src/lyxtext.h
src/text2.C