Skip to content

wayland: Dispatch mouse events to internal windows via QWindowSystemInterface

David Edmundson requested to merge work/d_ed/menu_fix2 into master

QWindowSystemInterface goes via QGuiApplication which updates some internal properties. Most notably QGuiApplication::lastCursorPosition which is used by advanced menu closing behaviour.

BUG: 478061

Merge request reports