qt: fix drag and drop in `CompositorPlatform`
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.
parent
3dff231e
No related branches found
No related tags found
Please register or sign in to comment