diff -r ea11a3948f40 -r b422b4e77d19 eric7/Plugins/VcsPlugins/vcsGit/GitCommitDialog.py --- a/eric7/Plugins/VcsPlugins/vcsGit/GitCommitDialog.py Mon May 17 19:58:15 2021 +0200 +++ b/eric7/Plugins/VcsPlugins/vcsGit/GitCommitDialog.py Tue May 18 18:19:47 2021 +0200 @@ -33,8 +33,7 @@ @param commitAll flag indicating to commit all local changes (boolean) @param parent parent widget (QWidget) """ - super().__init__( - parent, Qt.WindowFlags(Qt.WindowType.Window)) + super().__init__(parent, Qt.WindowType.Window) self.setupUi(self) self.__vcs = vcs