mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix related to #3100 and missed in r15474
git-svn-id: http://svn.osgeo.org/qgis/trunk@15512 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
0cf70e0e9f
commit
1c3bac6710
@ -32,8 +32,7 @@ class GdalToolsDialog(QWidget, Ui_Widget, BasePluginWidget):
|
||||
self.connect(self.selectInputFileButton, SIGNAL("clicked()"), self.fillInputFileEdit)
|
||||
self.connect(self.selectOutputDirButton, SIGNAL("clicked()"), self.fillOutputDirEdit)
|
||||
|
||||
# fill layers combo
|
||||
self.connect(Utils.LayerRegistry.instance(), SIGNAL("layersChanged"), self.fillInputLayerCombo)
|
||||
def onLayersChanged(self):
|
||||
self.fillInputLayerCombo()
|
||||
|
||||
def fillInputLayerCombo( self ):
|
||||
|
Loading…
x
Reference in New Issue
Block a user