Skip to content

Commit

Permalink
fixed #10669
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Jun 22, 2014
1 parent e24335e commit cfe43c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/gui/AlgorithmExecutionDialog.py
Expand Up @@ -308,7 +308,6 @@ def resetGUI(self):
self.progress.setValue(0)
self.runButton.setEnabled(True)
self.buttonBox.button(QtGui.QDialogButtonBox.Close).setEnabled(True)
self.buttonBox.button(QtGui.QDialogButtonBox.Cancel).setEnabled(False)

def setInfo(self, msg, error=False):
if error:
Expand Down

0 comments on commit cfe43c3

Please sign in to comment.