mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Moved Toplevel keybindings out of Toplevel to Application.
Still need to move navigation code out of Toplevel
This commit is contained in:
@@ -352,7 +352,7 @@ public class TreeView<T> : View, ITreeView where T : class
|
||||
{
|
||||
if (objectActivationKey != value)
|
||||
{
|
||||
KeyBindings.Replace (ObjectActivationKey, value);
|
||||
KeyBindings.ReplaceKey (ObjectActivationKey, value);
|
||||
objectActivationKey = value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user