]> 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>
Thu, 10 May 2012 08:46:32 +0000 (10:46 +0200)
commit92ac678715b07ff7c7adc4b32674382b5e224a44
tree7af10ffb7f461d5a9d2e10cf7941df921a86204c
parentf78d74f40df1d7e344b443b6622fe019f10c2854
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.
src/TextMetrics.cpp