src/eric7/CodeFormatting/BlackFormattingDialog.py

branch
eric7
changeset 9360
8b46571d9cc9
parent 9348
f61d71d95cb1
child 9413
80c06d472826
--- 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