This website works better with JavaScript
Home
Explore
Help
Sign In
csharp
/
gui-cs.Terminal.Gui
mirror of
https://github.com/gui-cs/Terminal.Gui.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fixes
#1078
. ColorScheme setter now calls SetNeedsDisplay.
BDisp
4 years ago
parent
3c1fa5f2b1
commit
fdf11163dc
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
Terminal.Gui/Core/View.cs
+ 1
- 0
Terminal.Gui/Core/View.cs
View File
@@ -1283,6 +1283,7 @@ namespace Terminal.Gui {
}
set {
colorScheme = value;
+ SetNeedsDisplay ();
}
}