Skip to content

wayland: Close internal popups instead of hiding

Vlad Zahorodnii requested to merge work/zzag/user-actions-menu-close into master

Hiding the QWindow handle confuses QWidget, which results in user actions menu not showing up on second launch. Might be a Qt bug.

On the other hand, it makes sense to close dismissed popups, so let's do it.

Merge request reports