ProjectDjangoTagsMenu/TimezoneSelectionDialog.py

branch
eric7
changeset 72
529f1c17c93e
parent 70
ce1c2effa0e0
child 74
a25b858e18a7
--- 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()

eric ide

mercurial