Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

cmdui: make clear_progress() sure to set indicator to zero

pbar.reset() during "busy indicator" does not clear progress bar,
at least on KDE.

Changeset ffe6246a3859

Parent ff1cfb77b931

by Yuya Nishihara

Changes to one file · Browse files at ffe6246a3859 Showing diff from parent ff1cfb77b931 Diff from another changeset...

 
49
50
51
 
52
53
54
55
56
 
49
50
51
52
53
 
54
55
56
@@ -49,8 +49,8 @@
  ### Public Methods ###     def clear_progress(self): + self.pbar.setMaximum(100)   self.pbar.reset() - self.pbar.setMaximum(100)   self.status_label.setText('')   self.prog_label.setText('')   self.inprogress = False