Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix buffer size was incorrectly stored in x position data defined
field for label properties dialog
  • Loading branch information
nyalldawson committed Mar 28, 2015
1 parent c278869 commit 002739b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgslabelpropertydialog.cpp
Expand Up @@ -481,7 +481,7 @@ void QgsLabelPropertyDialog::on_mFontSizeSpinBox_valueChanged( double d )

void QgsLabelPropertyDialog::on_mBufferSizeSpinBox_valueChanged( double d )
{
insertChangedValue( QgsPalLayerSettings::PositionX, d );
insertChangedValue( QgsPalLayerSettings::BufferSize, d );
}

void QgsLabelPropertyDialog::on_mRotationSpinBox_valueChanged( double d )
Expand Down

0 comments on commit 002739b

Please sign in to comment.