Skip to content

Commit

Permalink
Update src/app/annotations/qgsannotationlayerproperties.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Pellerin <nirvn.asia@gmail.com>
  • Loading branch information
nyalldawson and nirvn committed Sep 10, 2021
1 parent 555dce5 commit 9adc3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/annotations/qgsannotationlayerproperties.cpp
Expand Up @@ -158,7 +158,7 @@ void QgsAnnotationLayerProperties::syncToLayer()

mCrsSelector->setCrs( mLayer->crs() );

// set up the scale based layer visibility stuff....
// scale based layer visibility
mScaleRangeWidget->setScaleRange( mLayer->minimumScale(), mLayer->maximumScale() );
mScaleVisibilityGroupBox->setChecked( mLayer->hasScaleBasedVisibility() );
mScaleRangeWidget->setMapCanvas( mMapCanvas );
Expand Down

0 comments on commit 9adc3aa

Please sign in to comment.