浏览代码

Tweaked refresh

Tigger Kindel 2 年之前
父节点
当前提交
a5dab6d38e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      UICatalog/UICatalog.cs

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