Skip to content

Fix crash on Wayland when closing the mainwindow while another dialog is open

Elvis Angelaccio requested to merge work/fixWaylandCrash into release/21.04

For some reason on Wayland QClipboad::dataChanged can be emitted after the main window gets deleted. In particular this happens when closing the main window while another dialog is open.

Since we are closing the window, we can just disconnect this signal and prevent this crash from ever happening.

Merge request reports