Qt: PopupMenu: Stop crashing on VOut update. (fix #7016)
When calling a modal dialog, Qt switches to a new event loop. The call may still have some event to process in its own queue, and deleting it when doing the Vout update will have those events refering to a no longer existing widget.
Showing
Please register or sign in to comment