Skip to content

Drop QWidget popup code in Window::startInteractiveMoveResize()

It's X11 specific code and, in general, special casing QtWidgets in such generic code contributes confusion about the code. On X11, if keyboard can't be grabbed, doStartInteractiveMoveResize() function will fail. On Wayland, we support moving popups together with their parent windows.

Merge request reports

Loading