Skip to content

Commit e47b714

Browse files
committed
Fix missing 'canvas extent' button in extent widget
1 parent f9d6a99 commit e47b714

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/qgsextentgroupbox.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ void QgsExtentGroupBox::setCurrentExtent( const QgsRectangle &currentExtent, con
7070
{
7171
mCurrentExtent = currentExtent;
7272
mCurrentCrs = currentCrs;
73+
74+
mCurrentExtentButton->setVisible( true );
7375
}
7476

7577
void QgsExtentGroupBox::setOutputCrs( const QgsCoordinateReferenceSystem &outputCrs )

0 commit comments

Comments
 (0)