Commit 4bac0c4
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 8763def commit 4bac0c4
File tree
1 file changed
+4
-2
lines changed- bundles/org.eclipse.jface/src/org/eclipse/jface/viewers
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
201 | 203 | | |
202 | 204 | | |
203 | 205 | | |
| |||
0 commit comments