Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing handler in label property dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@15019 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jan 12, 2011
1 parent c98d8d9 commit 70a7af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgslabelpropertydialog.cpp
Expand Up @@ -218,7 +218,7 @@ void QgsLabelPropertyDialog::fillValiComboBox()

void QgsLabelPropertyDialog::on_mLabelDistanceSpinBox_valueChanged( double d )
{

insertChangedValue( QgsPalLayerSettings::LabelDistance, d );
}

void QgsLabelPropertyDialog::on_mXCoordSpinBox_valueChanged( double d )
Expand Down

0 comments on commit 70a7af5

Please sign in to comment.