mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Resolved bug where rearranging nodes by drag-n-drop would not save changes
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using BrightIdeasSoftware;
|
||||
using mRemoteNG.App;
|
||||
using mRemoteNG.Connection;
|
||||
using mRemoteNG.Container;
|
||||
using mRemoteNG.Root.PuttySessions;
|
||||
@@ -26,6 +27,7 @@ namespace mRemoteNG.Tree
|
||||
var dropSource = (ConnectionInfo)e.SourceModels[0];
|
||||
DropModel(dropSource, dropTarget, e.DropTargetLocation);
|
||||
e.Handled = true;
|
||||
Runtime.SaveConnectionsBG();
|
||||
}
|
||||
|
||||
public void DropModel(ConnectionInfo dropSource, ConnectionInfo dropTarget, DropTargetLocation dropTargetLocation)
|
||||
|
||||
Reference in New Issue
Block a user