This commit is contained in:
Serge
2023-07-14 13:16:26 +02:00
parent 837d2ab38e
commit a6c9f01f46

View File

@@ -97,7 +97,7 @@ public static class ControlHelper
} }
var chk = control as CheckBox; var chk = control as CheckBox;
if (chk != null && chk.Padding.Right >= 10) if (chk != null && chk.BackColor != RForm.formBack)
{ {
chk.BackColor = RForm.buttonSecond; chk.BackColor = RForm.buttonSecond;
} }