CheckBox: support styling indeterminate state of tri-state check boxes (issue #919)

This commit is contained in:
Karl Tauber
2024-12-11 16:54:03 +01:00
parent 7bdfd49921
commit b9c68fbe77
9 changed files with 220 additions and 52 deletions

View File

@@ -672,7 +672,7 @@ class FlatThemePreviewSwitches
}
@Override
public boolean isSelected() {
return isStateSelected();
return isStateSelected() || isStateIndeterminate();
}
} );