Skip to content

Commit

Permalink
[processing] Fix extent selection widget
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 5, 2016
1 parent 722fdef commit 5179a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/gui/ExtentSelectionPanel.py
Expand Up @@ -93,7 +93,7 @@ def selectExtent(self):
selectOnCanvasAction.triggered.connect(self.selectOnCanvas)
useLayerExtentAction.triggered.connect(self.useLayerExtent)

if self.canUseAutoExtent():
if self.alg.canUseAutoExtent():
useMincoveringExtentAction = QAction(
self.tr('Use min covering extent from input layers'),
self.btnSelect)
Expand Down

0 comments on commit 5179a3a

Please sign in to comment.