Windows: Use Indeterminate event in ThreeState CheckBoxes
All checks were successful
Test / Run tests (push) Successful in 2m19s

This commit is contained in:
2024-07-26 16:15:51 +02:00
parent b49c9c65b1
commit 80c3ec1b9c
2 changed files with 4 additions and 8 deletions

View File

@ -11,11 +11,7 @@ using Brushes = System.Windows.Media.Brushes;
namespace Elwig.Helpers {
public class ControlUtils {
public enum RenewSourceDefault {
None,
IfOnly,
First
}
public enum RenewSourceDefault { None, IfOnly, First }
private static void SetControlBorderBrush(Control input, Brush brush) {
if (input is ComboBox cb) {