浏览代码

Fixes #1078. ColorScheme setter now calls SetNeedsDisplay.

BDisp 4 年之前
父节点
当前提交
fdf11163dc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Terminal.Gui/Core/View.cs

+ 1 - 0
Terminal.Gui/Core/View.cs

@@ -1283,6 +1283,7 @@ namespace Terminal.Gui {
 			}
 			set {
 				colorScheme = value;
+				SetNeedsDisplay ();
 			}
 		}