Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix clear value for label z-index spin box
  • Loading branch information
nyalldawson committed Jan 6, 2016
1 parent e2d9794 commit a87646f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgslabelinggui.cpp
Expand Up @@ -106,6 +106,7 @@ QgsLabelingGui::QgsLabelingGui( QgsVectorLayer* layer, QgsMapCanvas* mapCanvas,
mPointAngleSpinBox->setClearValue( 0.0 );
mFontLetterSpacingSpinBox->setClearValue( 0.0 );
mFontWordSpacingSpinBox->setClearValue( 0.0 );
mZIndexSpinBox->setClearValue( 0.0 );

mObstacleTypeComboBox->addItem( tr( "Over the feature's interior" ), QgsPalLayerSettings::PolygonInterior );
mObstacleTypeComboBox->addItem( tr( "Over the feature's boundary" ), QgsPalLayerSettings::PolygonBoundary );
Expand Down

0 comments on commit a87646f

Please sign in to comment.