From a0b2e2c824c9280656abda0135a9bfa1bef291f6 Mon Sep 17 00:00:00 2001 From: Tig Date: Mon, 24 Jun 2024 08:32:04 -0700 Subject: [PATCH] Fixed warning --- UICatalog/UICatalog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); };