Skip to content

Commit 9a9e1b8

Browse files
HeikoKlaremerks
authored andcommitted
Correct property values in toggle indicator N&N
The property values 0 and 2 were mixed up, which is corrected by this change
1 parent e853eb9 commit 9a9e1b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

news/4.37/platform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ By default, a checkmark or radio bullet is drawn on top of the image if the item
148148

149149
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.
150150
This is how it looks with different values of that property:
151-
| System Property Value | 0 (default) | 1 | 2 |
151+
| System Property Value | 0 | 1 | 2 (default) |
152152
| --- | --- | --- | -- |
153-
| | ![Menu with Overlay Selection Indication](images/menu_state_overlay.png) | ![Menu with Selection Indication Overwriting Image](images/menu_state_noimage.png) | ![Menu with System Behavior Showing No Selection Indication](images/menu_state_system.png) |
153+
| | ![Menu with System Behavior Showing No Selection Indication](images/menu_state_system.png) | ![Menu with Selection Indication Overwriting Image](images/menu_state_noimage.png) | ![Menu with Overlay Selection Indication](images/menu_state_overlay.png) |
154154

155155

156156

0 commit comments

Comments
 (0)