mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
CheckBox: support styling indeterminate state of tri-state check boxes (issue #919)
This commit is contained in:
@@ -672,7 +672,7 @@ class FlatThemePreviewSwitches
|
||||
}
|
||||
@Override
|
||||
public boolean isSelected() {
|
||||
return isStateSelected();
|
||||
return isStateSelected() || isStateIndeterminate();
|
||||
}
|
||||
} );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user