Merge pull request #480 from pfjason/develop

Added a BeginEdit() at the end of the AddNode function.
This commit is contained in:
David Sparer
2017-05-06 23:39:10 -06:00
committed by GitHub

View File

@@ -216,6 +216,7 @@ namespace mRemoteNG.UI.Controls
Expand(parent);
SelectObject(newNode, true);
EnsureModelVisible(newNode);
this.SelectedItem.BeginEdit();
}
public void DuplicateSelectedNode()