fixed bug where our custom drag sink was being overwritten

closes #814
This commit is contained in:
David Sparer
2017-11-21 12:40:22 -06:00
parent f63980f122
commit 3ffcc5d5ba

View File

@@ -56,7 +56,6 @@ namespace mRemoteNG.UI.Window
this.olvConnections.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.olvConnections.HideSelection = false;
this.olvConnections.IsSimpleDragSource = true;
this.olvConnections.IsSimpleDropSink = true;
this.olvConnections.LabelEdit = true;
this.olvConnections.Location = new System.Drawing.Point(0, 0);
this.olvConnections.MultiSelect = false;