You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows 11, menu entries that can be toggled do not show their toggle state if they also contain an image.
144
+
This affects both checked items as well as radio items.
145
+
146
+
A workaround was implemented in SWT such that those states are visualized again.
147
+
By default, a checkmark or radio bullet is drawn on top of the image if the item is selected.
148
+
149
+
The behavior may also be configured via the system property `org.eclipse.swt.internal.win32.menu.customSelectionImage`, but note that this property may be subject to change or removal.
150
+
This is how it looks with different values of that property:
151
+
| System Property Value | 0 (default) | 1 | 2 |
152
+
| --- | --- | --- | -- |
153
+
|||||
0 commit comments