Fix Family Lines/Family Colors picker for bad transient parent (#625)
Fixes #10623
This commit is contained in:
parent
94bd8470d7
commit
25841f9540
@ -101,7 +101,7 @@ class LastNameDialog(ManagedWindow):
|
||||
Gtk.PolicyType.AUTOMATIC)
|
||||
scrolled_window.set_shadow_type(Gtk.ShadowType.OUT)
|
||||
self.__dlg.vbox.pack_start(scrolled_window, True, True, 0)
|
||||
scrolled_window.show_all()
|
||||
self.show()
|
||||
|
||||
if len(surnames) == 0:
|
||||
# we could use database.get_surname_list(), but if we do that
|
||||
|
Loading…
Reference in New Issue
Block a user