Commit 668886e
committed
Fix ImageBrowserView combos popup transparency
On Fedora 43 system SWT.COLOR_LIST_BACKGROUND comes with transparency
set and this misrenders combos popup as the color is inherited by
children. Not setting any color at all is the simplest and most
naturally fitting choice to fix the problem.1 parent b95aeca commit 668886e
1 file changed
Lines changed: 4 additions & 8 deletions
File tree
- ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
| |||
231 | 230 | | |
232 | 231 | | |
233 | 232 | | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
240 | 236 | | |
241 | 237 | | |
242 | 238 | | |
| |||
0 commit comments