Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 857 #873

Merged
merged 2 commits into from
Apr 21, 2021
Merged

Fix 857 #873

merged 2 commits into from
Apr 21, 2021

Conversation

glubsy
Copy link
Contributor

@glubsy glubsy commented Apr 16, 2021

No description provided.

The "app" field is already set in the parent class.
* 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 arsenetar#857.
@arsenetar arsenetar merged commit 0840104 into arsenetar:master Apr 21, 2021
@glubsy glubsy deleted the fix_857 branch April 21, 2021 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants