Skip to content

Commit a87646f

Browse files
committedJan 6, 2016
Fix clear value for label z-index spin box
1 parent e2d9794 commit a87646f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgslabelinggui.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ QgsLabelingGui::QgsLabelingGui( QgsVectorLayer* layer, QgsMapCanvas* mapCanvas,
106106
mPointAngleSpinBox->setClearValue( 0.0 );
107107
mFontLetterSpacingSpinBox->setClearValue( 0.0 );
108108
mFontWordSpacingSpinBox->setClearValue( 0.0 );
109+
mZIndexSpinBox->setClearValue( 0.0 );
109110

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

0 commit comments

Comments
 (0)
Please sign in to comment.