Slight optimization of updating the tree when deleting a node. Refresh one row rather than the whole tree

This commit is contained in:
David Sparer
2016-09-14 08:39:12 -06:00
parent 3a2f35f697
commit eba5fc9caf

View File

@@ -543,7 +543,7 @@ namespace mRemoteNG.UI.Window
{
ConnectionTreeModel.DeleteNode(SelectedNode);
Runtime.SaveConnectionsBG();
olvConnections.RebuildAll(true);
olvConnections.RefreshObject(SelectedNode);
}
//TODO Fix for TreeListView