Community
Participate
Working Groups
Example: - myToggleBUttonRidget.setSelection(true); - myToggleBUttonRidget.setOutputOnly(true); result: visual appearance is correct! - myToggleBUttonRidget.setSelection(false); result: ToggleButton is outputonly, but still shows the selection.
Created attachment 202386 [details] Patch for the SWT ExampleClient to reproduce the bug Steps to reproduce: - Apply the patch - Start the SWT ExampleClient - Go to Playground => Marker - Check the option "outputonly" - Click the Button on the bottom "toggle checkbox selection"