1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-09 21:24:36 +00:00
glubsy 6b4b436251 Fix crash on shutdown
* Fixes "'DetailsPanel' object has no attribute '_table'" error on shutdown if the Results table is updated (item removed) while the Details Dialog is shown as a floating window.
* It seems that QApplication.quit() triggers some sort of refresh on the floating QDockWidget, which in turn makes calls to the underlying model that is possibly being destroyed, ie. there might be a race condition here.
* Closing or hiding the QDockWidget before the cal to quit() is a workaround. Similarly, this is already done in the quitTriggered() method anyway.
* This fixes #857.
2021-04-16 17:54:49 +02:00
..
2020-10-28 01:48:39 +01:00
2021-04-15 18:03:00 +02:00
2020-10-28 01:48:39 +01:00
2021-04-16 17:54:49 +02:00
2019-12-31 20:16:27 -06:00
2021-04-16 17:54:49 +02:00
2021-01-30 04:20:22 +01:00
2019-12-31 20:16:27 -06:00
2021-01-29 18:56:29 +01:00
2019-12-31 20:16:27 -06:00
2019-12-31 20:16:27 -06:00
2019-12-31 20:16:27 -06:00
2019-12-31 20:16:27 -06:00
2020-12-29 00:56:25 +01:00