Commit 7abb694
committed
Also remove SWT.BACKGROUND when handling SWT.EraseItem
Removing the bit is necessary so that Linux and Mac do not overwrite the
background color later. This was noticed by @Christopher-Hermann during
a review and the problem showed up in the AST view.1 parent 4a8b5fc commit 7abb694
File tree
1 file changed
+4
-3
lines changed- bundles/org.eclipse.jface/src/org/eclipse/jface/viewers
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | | - | |
203 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| |||
0 commit comments