Skip to content

Commit cfe43c3

Browse files
committedJun 22, 2014
fixed #10669
1 parent e24335e commit cfe43c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎python/plugins/processing/gui/AlgorithmExecutionDialog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ def resetGUI(self):
308308
self.progress.setValue(0)
309309
self.runButton.setEnabled(True)
310310
self.buttonBox.button(QtGui.QDialogButtonBox.Close).setEnabled(True)
311-
self.buttonBox.button(QtGui.QDialogButtonBox.Cancel).setEnabled(False)
312311

313312
def setInfo(self, msg, error=False):
314313
if error:

0 commit comments

Comments
 (0)
Please sign in to comment.