You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The context menu needs a parent for being positioned correctly under Wayland (→ 27f2e7c). But the parent shouldn't be `TermWidgetImpl` because, otherwise, the app will crash on clicking the action `SUB_COLLAPSE` (which deletes the parent before the menu is closed).
The patch prevents the crash by choosing the main window as the parent.
0 commit comments