fixed an issue that was making bug #479 reappear

This commit is contained in:
David Sparer
2018-02-04 19:14:03 -06:00
parent 8f97be82cb
commit e4eaf0037e

View File

@@ -272,6 +272,7 @@ namespace mRemoteNG.UI.Controls
Expand(parent);
SelectObject(newNode, true);
EnsureModelVisible(newNode);
_allowEdit = true;
SelectedItem.BeginEdit();
}