mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Tweaked refresh
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user