Fix Find Database Loop tool for wrong transient parent for progress

Fixes #10072
This commit is contained in:
prculley 2017-11-04 11:15:13 -05:00 committed by Nick Hall
parent 288b381453
commit 12577cdfac

View File

@ -87,7 +87,7 @@ class FindLoop(ManagedWindow):
# start the progress indicator
self.progress = ProgressMeter(self.title, _('Starting'),
parent=self.window)
parent=uistate.window)
self.progress.set_pass(_('Looking for possible loop for each person'),
self.db.get_number_of_people())