From e4eaf0037e4c7baded995789007ef509edb68b2b Mon Sep 17 00:00:00 2001 From: David Sparer Date: Sun, 4 Feb 2018 19:14:03 -0600 Subject: [PATCH] fixed an issue that was making bug #479 reappear --- mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs b/mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs index 15560d2b9..fa9648556 100644 --- a/mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs +++ b/mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs @@ -272,6 +272,7 @@ namespace mRemoteNG.UI.Controls Expand(parent); SelectObject(newNode, true); EnsureModelVisible(newNode); + _allowEdit = true; SelectedItem.BeginEdit(); }