Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix grid annotation distance not restored in dialog (fix #11991)
  • Loading branch information
nyalldawson committed Mar 18, 2015
1 parent e17ec09 commit 88b14c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsdecorationgriddialog.cpp
Expand Up @@ -79,6 +79,7 @@ void QgsDecorationGridDialog::updateGuiElements()
mAnnotationDirectionComboBox->setCurrentIndex(( int ) mDeco.gridAnnotationDirection() );
mCoordinatePrecisionSpinBox->setValue( mDeco.gridAnnotationPrecision() );

mDistanceToMapFrameSpinBox->setValue( mDeco.annotationFrameDistance() );
// QPen gridPen = mDeco.gridPen();
// mLineWidthSpinBox->setValue( gridPen.widthF() );
// mLineColorButton->setColor( gridPen.color() );
Expand Down

0 comments on commit 88b14c0

Please sign in to comment.