Skip to content

qt: fix drag and drop in `CompositorPlatform`

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

When the parent top-level window receive a drag or drop event, Qt does not propagate the event through the child windows.

All handling is done in QQuickWindow, so if I manually forward the events to the quick window, drag and drop works as expected.

Request review @chub.

Merge request reports

Loading