git-svn-id: http://svn.osgeo.org/qgis/trunk@13630 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
wonder 2010-06-03 10:24:53 +00:00
parent 858fe50eda
commit f20f1db31a

View File

@ -197,7 +197,7 @@ void QgsPalLayerSettings::readFromLayer( QgsVectorLayer* layer )
dist = layer->customProperty( "labeling/dist" ).toDouble();
scaleMin = layer->customProperty( "labeling/scaleMin" ).toInt();
scaleMax = layer->customProperty( "labeling/scaleMax" ).toInt();
bufferSize = layer->customProperty( "labeling/bufferSize" ).toInt();
bufferSize = layer->customProperty( "labeling/bufferSize" ).toDouble();
bufferColor = _readColor( layer, "labeling/bufferColor" );
labelPerPart = layer->customProperty( "labeling/labelPerPart" ).toBool();
mergeLines = layer->customProperty( "labeling/mergeLines" ).toBool();