Skip to content

Commit a8c4ad3

Browse files
author
mhugent
committed
Add missing handler in label property dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15019 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 33bfef7 commit a8c4ad3

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
@@ -218,7 +218,7 @@ void QgsLabelPropertyDialog::fillValiComboBox()
218218

219219
void QgsLabelPropertyDialog::on_mLabelDistanceSpinBox_valueChanged( double d )
220220
{
221-
221+
insertChangedValue( QgsPalLayerSettings::LabelDistance, d );
222222
}
223223

224224
void QgsLabelPropertyDialog::on_mXCoordSpinBox_valueChanged( double d )

0 commit comments

Comments
 (0)