]> git.lyx.org Git - features.git/commit
Fix this bug:
authorAbdelrazak Younes <younes@lyx.org>
Fri, 22 Feb 2008 11:07:41 +0000 (11:07 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 22 Feb 2008 11:07:41 +0000 (11:07 +0000)
commit6564e9bb4e0398623ccf2249e3e4fbadf3b72ea3
tree6e68f0bff7f51c24619786225f920569e8b6c0bd
parent38a1df7cd4a51e98b5595f907199669e7564c510
Fix this bug:
1. scroll a bit so that the cursor is not visible anymore
2. hit the keyboard arrow keys to move the cursor or type something

The problem was that TextMetrics::parMetric() automatically creates a new parmetrics on const access. This was needed in the old architecture but I don't think anymore.

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