diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-28 18:04:18 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:15 +0100 |
| commit | 8b89f9f49d6e46e07c2f79bfa4b97ca8476bfc04 (patch) | |
| tree | 717c923346627f031fb3bd77b8a149ff457b2a9d /src/modlistview.cpp | |
| parent | b340c564cfd151540bf5b03f3f878153b8f120ee (diff) | |
Better drag handling.
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);
}
|
