Finished integrated tznind's work.

This commit is contained in:
Tig
2024-12-09 22:03:40 -08:00
parent 23344baca7
commit 2b8884a881
22 changed files with 334 additions and 525 deletions

View File

@@ -375,7 +375,7 @@ public class TreeView<T> : View, ITreeView where T : class
{
if (objectActivationKey != value)
{
KeyBindings.ReplaceKey (ObjectActivationKey, value);
KeyBindings.Replace (ObjectActivationKey, value);
objectActivationKey = value;
SetNeedsDraw ();
}