mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fix clear value for label z-index spin box
This commit is contained in:
parent
e2d9794c2e
commit
a87646f232
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user