Fix Find Database Loop tool for wrong transient parent for progress
Fixes #10072
This commit is contained in:
parent
288b381453
commit
12577cdfac
@ -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())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user