Skip to content

appmenu: Avoid repositioning the menu on wayland

David Redondo requested to merge work/davidre/appmenudontreposition into master
  • appmenu: Avoid repositioning the menu on wayland

Qt 6.8 added support for respotioning popups. When menuUpdated is emitted twice for the same menu we would go into the else branch and accidentally move the menu. BUG:495787 FIXED-IN:6.2.5

Test plan

Use the decoration app menu

Merge request reports

Loading