0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

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

This commit is contained in:
jp9000 2019-02-09 12:56:48 -08:00
parent 2680fb00b1
commit 476716798b

View File

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