mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Slight optimization of updating the tree when deleting a node. Refresh one row rather than the whole tree
This commit is contained in:
@@ -543,7 +543,7 @@ namespace mRemoteNG.UI.Window
|
||||
{
|
||||
ConnectionTreeModel.DeleteNode(SelectedNode);
|
||||
Runtime.SaveConnectionsBG();
|
||||
olvConnections.RebuildAll(true);
|
||||
olvConnections.RefreshObject(SelectedNode);
|
||||
}
|
||||
|
||||
//TODO Fix for TreeListView
|
||||
|
||||
Reference in New Issue
Block a user