We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facc198 commit db101a3Copy full SHA for db101a3
python/plugins/sextante/gui/AlgorithmExecutionDialog.py
@@ -327,8 +327,8 @@ def cancel(self):
327
def resetGUI(self):
328
QApplication.restoreOverrideCursor()
329
self.progressLabel.setText("")
330
- self.progress.setValue(0)
331
- self.progress.setMaximum(100)
+ self.progress.setValue(100)
+ #self.progress.setMaximum(100)
332
self.buttonBox.button(QtGui.QDialogButtonBox.Ok).setEnabled(True)
333
self.buttonBox.button(QtGui.QDialogButtonBox.Close).setEnabled(True)
334
self.buttonBox.button(QtGui.QDialogButtonBox.Cancel).setEnabled(False)
0 commit comments