Browse Source

UI: Fix being unable to drag/drop source list items

jp9000 7 years ago
parent
commit
476716798b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      UI/source-tree.cpp

+ 2 - 0
UI/source-tree.cpp

@@ -1274,6 +1274,8 @@ void SourceTree::mouseMoveEvent(QMouseEvent *event)
 		(childAt(pos));
 
 	currentHover = item;
+
+	QListView::mouseMoveEvent(event);
 }
 
 void SourceTree::selectionChanged(