mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Finished integrated tznind's work.
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user