mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Merge pull request #480 from pfjason/develop
Added a BeginEdit() at the end of the AddNode function.
This commit is contained in:
@@ -216,6 +216,7 @@ namespace mRemoteNG.UI.Controls
|
||||
Expand(parent);
|
||||
SelectObject(newNode, true);
|
||||
EnsureModelVisible(newNode);
|
||||
this.SelectedItem.BeginEdit();
|
||||
}
|
||||
|
||||
public void DuplicateSelectedNode()
|
||||
|
||||
Reference in New Issue
Block a user