Forgot to make the progress bar of the formatting dialog visible again. eric7

Tue, 27 Sep 2022 14:58:59 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 27 Sep 2022 14:58:59 +0200
branch
eric7
changeset 9360
8b46571d9cc9
parent 9359
8d3f5cf4f819
child 9361
718bc86e1c3f

Forgot to make the progress bar of the formatting dialog visible again.

src/eric7/CodeFormatting/BlackFormattingDialog.py file | annotate | diff | comparison | revisions
--- a/src/eric7/CodeFormatting/BlackFormattingDialog.py	Tue Sep 27 11:35:03 2022 +0200
+++ b/src/eric7/CodeFormatting/BlackFormattingDialog.py	Tue Sep 27 14:58:59 2022 +0200
@@ -102,6 +102,7 @@
         Private method to exceute the requested formatting action.
         """
         self.progressBar.setValue(0)
+        self.progressBar.setVisible(True)
 
         self.statisticsGroup.setVisible(False)
         self.__statistics = BlackStatistics()

eric ide

mercurial