Browse Source

Tweaked refresh

Tigger Kindel 2 years ago
parent
commit
a5dab6d38e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UICatalog/UICatalog.cs

+ 1 - 1
UICatalog/UICatalog.cs

@@ -540,7 +540,7 @@ namespace UICatalog {
 				miForce16Colors.CheckType |= MenuItemCheckStyle.Checked;
 				miForce16Colors.CheckType |= MenuItemCheckStyle.Checked;
 				miForce16Colors.Action += () => {
 				miForce16Colors.Action += () => {
 					miForce16Colors.Checked = Application.Driver.Force16Colors = (bool)!miForce16Colors.Checked!;
 					miForce16Colors.Checked = Application.Driver.Force16Colors = (bool)!miForce16Colors.Checked!;
-
+					Application.Refresh ();
 				};
 				};
 				menuItems.Add (miForce16Colors);
 				menuItems.Add (miForce16Colors);