E5ProgressDialog: corrected an issue eric7

Thu, 20 May 2021 19:16:58 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 20 May 2021 19:16:58 +0200
branch
eric7
changeset 8333
12948ec78ca0
parent 8332
5aa4c295f1eb
child 8334
c113428ecff3

E5ProgressDialog: corrected an issue

eric7/E5Gui/E5ProgressDialog.py file | annotate | diff | comparison | revisions
--- a/eric7/E5Gui/E5ProgressDialog.py	Thu May 20 19:16:07 2021 +0200
+++ b/eric7/E5Gui/E5ProgressDialog.py	Thu May 20 19:16:58 2021 +0200
@@ -30,7 +30,7 @@
         @param flags window flags of the dialog (Qt.WindowFlags)
         """
         if flags is None:
-            flags = Qt.WindowFlag(0)
+            flags = Qt.WindowType(0)
         super().__init__(
             labelText, cancelButtonText, minimum, maximum, parent, flags)
         

eric ide

mercurial