mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-14 04:19:12 +00:00
服务器拖动排序:修复了插入线有时不消失的问题
This commit is contained in:
parent
bf0c6791e6
commit
617d5b1c86
1 changed files with 1 additions and 0 deletions
|
@ -1768,6 +1768,7 @@ namespace v2rayN.Forms
|
|||
private void lvServers_ItemDrag(object sender, ItemDragEventArgs e)
|
||||
{
|
||||
lvServers.DoDragDrop(e.Item, DragDropEffects.Move);
|
||||
lvServers.InsertionMark.Index = -1;
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Reference in a new issue