mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix #3450
git-svn-id: http://svn.osgeo.org/qgis/trunk@15342 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
c85fe42b60
commit
eda85f11a7
@ -130,8 +130,8 @@ class GdalToolsDialog(QWidget, Ui_Widget, BasePluginWidget):
|
||||
return arguments
|
||||
|
||||
def getInputFileName(self):
|
||||
#if self.inputLayerCombo.currentIndex() >= 0:
|
||||
# return self.layers[self.inputLayerCombo.currentIndex()].source()
|
||||
if self.inputLayerCombo.currentIndex() >= 0:
|
||||
return self.layers[self.inputLayerCombo.currentIndex()].source()
|
||||
return self.inputLayerCombo.currentText()
|
||||
|
||||
def getOutputFileName(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user