Commit a5a6cc9
committed
listfilter: Bypass QListView.dropEvent
On Qt >= 5.15.2 QListView.dropEvent depends on private state tracking
that is setup in startDrag. Since startDrag is overridden here and does
not dispatch to the base implementation, this causes items loss when
performing internal move.1 parent 0434bc5 commit a5a6cc9
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
88 | 95 | | |
89 | 96 | | |
90 | 97 | | |
| |||
0 commit comments