Skip to content

Commit d45eea1

Browse files
committedMar 18, 2015
Fix grid annotation distance not restored in dialog (fix #11991)
1 parent d68422d commit d45eea1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsdecorationgriddialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ void QgsDecorationGridDialog::updateGuiElements()
7979
mAnnotationDirectionComboBox->setCurrentIndex(( int ) mDeco.gridAnnotationDirection() );
8080
mCoordinatePrecisionSpinBox->setValue( mDeco.gridAnnotationPrecision() );
8181

82+
mDistanceToMapFrameSpinBox->setValue( mDeco.annotationFrameDistance() );
8283
// QPen gridPen = mDeco.gridPen();
8384
// mLineWidthSpinBox->setValue( gridPen.widthF() );
8485
// mLineColorButton->setColor( gridPen.color() );

0 commit comments

Comments
 (0)