From a5dab6d38ea441ec08545782cfb58100b6e3b2e9 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Fri, 11 Aug 2023 12:08:21 -0600 Subject: [PATCH] Tweaked refresh --- UICatalog/UICatalog.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UICatalog/UICatalog.cs b/UICatalog/UICatalog.cs index 3a5ef083d..c668a8d02 100644 --- a/UICatalog/UICatalog.cs +++ b/UICatalog/UICatalog.cs @@ -540,7 +540,7 @@ namespace UICatalog { miForce16Colors.CheckType |= MenuItemCheckStyle.Checked; miForce16Colors.Action += () => { miForce16Colors.Checked = Application.Driver.Force16Colors = (bool)!miForce16Colors.Checked!; - + Application.Refresh (); }; menuItems.Add (miForce16Colors);