Moved Toplevel keybindings out of Toplevel to Application.

Still need to move navigation code out of Toplevel
This commit is contained in:
Tig
2024-07-24 12:28:30 -06:00
parent feaf5c0f6c
commit c03dd32031
36 changed files with 1035 additions and 870 deletions

View File

@@ -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;
}
}