Skip to content

Commit 002739b

Browse files
committed
Fix buffer size was incorrectly stored in x position data defined
field for label properties dialog
1 parent c278869 commit 002739b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgslabelpropertydialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ void QgsLabelPropertyDialog::on_mFontSizeSpinBox_valueChanged( double d )
481481

482482
void QgsLabelPropertyDialog::on_mBufferSizeSpinBox_valueChanged( double d )
483483
{
484-
insertChangedValue( QgsPalLayerSettings::PositionX, d );
484+
insertChangedValue( QgsPalLayerSettings::BufferSize, d );
485485
}
486486

487487
void QgsLabelPropertyDialog::on_mRotationSpinBox_valueChanged( double d )

0 commit comments

Comments
 (0)