mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fix updating result window action upon creation
* Result Window action was not being properly updated after the ResultWindow had been created. There was no way of retrieving the window after it had been closed.
This commit is contained in:
parent
092cf1471b
commit
61fc4f07ae
@ -283,6 +283,7 @@ class DupeGuru(QObject):
|
||||
self.resultWindow.close()
|
||||
self.resultWindow.setParent(None)
|
||||
self.resultWindow = ResultWindow(self.directories_dialog, self)
|
||||
self.directories_dialog._updateActionsState()
|
||||
self.details_dialog = self._get_details_dialog_class()(self.resultWindow, self)
|
||||
|
||||
def show_results_window(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user