diff --git a/mRemoteV1/UI/Window/ConnectionTreeWindow.cs b/mRemoteV1/UI/Window/ConnectionTreeWindow.cs index a6a08b21..db10146e 100644 --- a/mRemoteV1/UI/Window/ConnectionTreeWindow.cs +++ b/mRemoteV1/UI/Window/ConnectionTreeWindow.cs @@ -543,7 +543,7 @@ namespace mRemoteNG.UI.Window { ConnectionTreeModel.DeleteNode(SelectedNode); Runtime.SaveConnectionsBG(); - olvConnections.RebuildAll(true); + olvConnections.RefreshObject(SelectedNode); } //TODO Fix for TreeListView