Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2019-09-20 16:11:44 +0000
committerThomas Wolf2019-09-20 16:11:44 +0000
commitd9ffc72f9cff1ea0ae332ba82e4d59f1ef847624 (patch)
treea021ed8d507d242965533d34839e1f2f2812b9ee /org.eclipse.ui.editors/icons
parent345f92a3fa9e03c3966d0700552c271ab3b205ae (diff)
downloadeclipse.platform.text-I20190920-1800.tar.gz
eclipse.platform.text-I20190920-1800.tar.xz
eclipse.platform.text-I20190920-1800.zip
Bug 551320 - LineNumberRulerColumn: fix overdrawn line numbersI20190923-1800I20190923-0615I20190922-1800I20190921-1800I20190920-1800
Some subclasses may paint outside the line range given, for instance the LineNumberChangeRulerColumn. When painting directly into the buffer this may lead to missing line numbers. Always use an extra Image to paint if we're not painting the whole line range, and copy the wanted bits. Draw directly into the buffer only if we're re-drawing everything anyway. Change-Id: I287711173441a12d7c393d90b20d0854e1ed5f56 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.ui.editors/icons')
0 files changed, 0 insertions, 0 deletions

Back to the top