diff --git a/UICatalog/UICatalog.cs b/UICatalog/UICatalog.cs index 12ccb9a3b..fca7a0c3e 100644 --- a/UICatalog/UICatalog.cs +++ b/UICatalog/UICatalog.cs @@ -484,7 +484,7 @@ internal class UICatalogApp { ((CheckBox)ShForce16Colors.CommandView).Checked = Application.Force16Colors = (bool)!((CheckBox)ShForce16Colors.CommandView).Checked!; - MiForce16Colors.Checked = Application.Force16Colors; + MiForce16Colors!.Checked = Application.Force16Colors; Application.Refresh (); };