mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[sextante] Fixed problem when canceling on batch autofill dialog
This commit is contained in:
parent
cc490fd7ac
commit
3f3ca281c7
@ -78,6 +78,6 @@ class AutofillDialog(QtGui.QDialog):
|
||||
self.close()
|
||||
|
||||
def cancelPressed(self):
|
||||
self.mode == None
|
||||
self.mode = None
|
||||
self.param = None
|
||||
self.close()
|
Loading…
x
Reference in New Issue
Block a user