mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-17 12:39:02 +00:00
6b4b436251
* 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. |
||
---|---|---|
.. | ||
me | ||
pe | ||
se | ||
__init__.py | ||
app.py | ||
deletion_options.py | ||
details_dialog.py | ||
details_table.py | ||
dg.qrc | ||
directories_dialog.py | ||
directories_model.py | ||
exclude_list_dialog.py | ||
exclude_list_table.py | ||
ignore_list_dialog.py | ||
ignore_list_table.py | ||
platform.py | ||
preferences_dialog.py | ||
preferences.py | ||
prioritize_dialog.py | ||
problem_dialog.py | ||
problem_table.py | ||
result_window.py | ||
results_model.py | ||
stats_label.py | ||
tabbed_window.py |