Skip to content

qt: remove Qt 5.15 drag event order inversion workaround

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/removeqt515workaround into master

Qt 5.15 used to cause QDragEnterEvent to be posted before QDragLeaveEvent is posted (adjacent drop area case).

The ordering seems to be fixed with Qt 6. Qt 6.2 and 6.7 are checked.

Edited by Fatih Uzunoğlu

Merge request reports