diff options
Diffstat (limited to 'src/modlistview.cpp')
| -rw-r--r-- | src/modlistview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modlistview.cpp b/src/modlistview.cpp index 91bdced3..65e35a8b 100644 --- a/src/modlistview.cpp +++ b/src/modlistview.cpp @@ -29,6 +29,8 @@ void ModListView::dragMoveEvent(QDragMoveEvent* event) if (autoExpandDelay() >= 0) {
openTimer.start(autoExpandDelay(), this);
}
+
+ // bypass QTreeView
QAbstractItemView::dragMoveEvent(event);
}
|
