Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More comprehensive updating of gdal command when parameters change
  • Loading branch information
nyalldawson authored and 3nids committed Aug 15, 2017
1 parent 8e1b438 commit c1837ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/GdalAlgorithmDialog.py
Expand Up @@ -96,7 +96,7 @@ def connectParameterSignals(self):
for wrapper in list(self.wrappers.values()):
w = wrapper.widget
self.connectWidgetChangedSignals(w)
for c in w.children():
for c in w.findChildren(QWidget):
self.connectWidgetChangedSignals(c)

def connectWidgetChangedSignals(self, w):
Expand Down

0 comments on commit c1837ff

Please sign in to comment.