Commit 4c66810
committed
[GTK] Fix MenuItem/ToolItem setImage(null)
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=568771 had the
wrong assumption that _setImage should be called only when non null
image.
Fixes eclipse-platform#24571 parent 850b9da commit 4c66810
File tree
2 files changed
+4
-2
lines changed- bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
986 | 986 | | |
987 | 987 | | |
988 | 988 | | |
| 989 | + | |
| 990 | + | |
989 | 991 | | |
990 | | - | |
991 | 992 | | |
992 | 993 | | |
993 | 994 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1228 | 1228 | | |
1229 | 1229 | | |
1230 | 1230 | | |
| 1231 | + | |
| 1232 | + | |
1231 | 1233 | | |
1232 | | - | |
1233 | 1234 | | |
1234 | 1235 | | |
1235 | 1236 | | |
| |||
0 commit comments