mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Set args.Handled where needed
This commit is contained in:
@@ -158,6 +158,7 @@ public partial class View
|
||||
// Set the focus, but don't invoke Accept
|
||||
SetFocus ();
|
||||
}
|
||||
args.Handled = true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -181,6 +182,7 @@ public partial class View
|
||||
ColorScheme = _savedColorScheme;
|
||||
_savedColorScheme = null;
|
||||
}
|
||||
args.Handled = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user