diff -r fc1ab84c242f -r 529f1c17c93e ProjectDjangoTagsMenu/TimezoneSelectionDialog.py --- a/ProjectDjangoTagsMenu/TimezoneSelectionDialog.py Sat Dec 23 16:54:25 2023 +0100 +++ b/ProjectDjangoTagsMenu/TimezoneSelectionDialog.py Mon Oct 28 16:51:09 2024 +0100 @@ -671,7 +671,7 @@ state @rtype tuple of (str, bool) """ - dlg = TimezoneSelectionDialog(parent) + dlg = TimezoneSelectionDialog(parent=parent) tz = "" if dlg.exec() == QDialog.DialogCode.Accepted: tz = dlg.getData()