]> git.lyx.org Git - features.git/commit
Fix bug #8152: Uneditable long rows for 'Right addresses'
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 9 May 2012 19:46:37 +0000 (21:46 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 13 May 2012 18:51:37 +0000 (20:51 +0200)
commit86d8e5cfc553b0de8ecec2a158ac9361a0c20e43
tree9d97b6d5dfb82904c2ff9ba71b49171329d2c767
parentc9cbd538b8a4cbc1c7901e00249edb7962e6ba58
Fix bug #8152: Uneditable long rows for 'Right addresses'

As long as leftMargin() is not correctly implemented for
MARGIN_RIGHT_ADDRESS_BOX, we should also not do this here. Otherwise, long
rows will be painted off the screen and will not be editable.
(cherry picked from commit 92ac678715b07ff7c7adc4b32674382b5e224a44)
src/TextMetrics.cpp