Skip to content

Commit

Permalink
Fix missing 'canvas extent' button in extent widget
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 3, 2018
1 parent f9d6a99 commit e47b714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsextentgroupbox.cpp
Expand Up @@ -70,6 +70,8 @@ void QgsExtentGroupBox::setCurrentExtent( const QgsRectangle &currentExtent, con
{
mCurrentExtent = currentExtent;
mCurrentCrs = currentCrs;

mCurrentExtentButton->setVisible( true );
}

void QgsExtentGroupBox::setOutputCrs( const QgsCoordinateReferenceSystem &outputCrs )
Expand Down

0 comments on commit e47b714

Please sign in to comment.