Fix Find Database Loop tool for wrong transient parent for progress
Fixes #10072
This commit is contained in:
@ -87,7 +87,7 @@ class FindLoop(ManagedWindow):
|
|||||||
|
|
||||||
# start the progress indicator
|
# start the progress indicator
|
||||||
self.progress = ProgressMeter(self.title, _('Starting'),
|
self.progress = ProgressMeter(self.title, _('Starting'),
|
||||||
parent=self.window)
|
parent=uistate.window)
|
||||||
self.progress.set_pass(_('Looking for possible loop for each person'),
|
self.progress.set_pass(_('Looking for possible loop for each person'),
|
||||||
self.db.get_number_of_people())
|
self.db.get_number_of_people())
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user