Explorar o código

Fixed warning

Tig hai 1 ano
pai
achega
a0b2e2c824
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UICatalog/UICatalog.cs

+ 1 - 1
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 ();
 
                                           };