Skip to content

Commit cfab06e

Browse files
author
volayaf@gmail.com
committedJun 15, 2012
added saga help files (still have to fix the code to use the custom css)
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@245 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent 8b5a0c7 commit cfab06e

File tree

412 files changed

+9427
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

412 files changed

+9427
-1
lines changed
 

‎src/sextante/gui/FixedTableDialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def cancelPressed(self):
6767
self.close()
6868

6969
def removeRow(self):
70-
if self.table.rowCount() > 2:
70+
if self.table.rowCount() > 1:
7171
self.table.setRowCount(self.table.rowCount()-1)
7272

7373
def addRow(self):

‎src/sextante/gui/ParametersDialog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def finish(self):
199199
self.dialog.close()
200200
else:
201201
self.progressLabel.setText("")
202+
self.progress.setMaximum(100)
202203
self.progress.setValue(0)
203204
self.buttonBox.button(QtGui.QDialogButtonBox.Ok).setEnabled(True)
204205
self.buttonBox.button(QtGui.QDialogButtonBox.Close).setEnabled(True)

0 commit comments

Comments
 (0)
Please sign in to comment.