Browse Source

Fixes #1078. ColorScheme setter now calls SetNeedsDisplay.

BDisp 4 years ago
parent
commit
fdf11163dc
1 changed files with 1 additions and 0 deletions
  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 ();
 			}
 		}