Skip to content

Crash fix: don't close() as we delete on hide

Marco Martin requested to merge work/mart/configviewTeardown into master

When the panel config view is hidden, is completely deleted. don't use close() which async destroys the platform window as it can have a race condition with deleteLater() which will also attempt to delete the platform window causing a double deletion

Merge request reports