Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed #2780
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13630 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Jun 3, 2010
1 parent c105ee0 commit f0e7c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgspallabeling.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit f0e7c26

Please sign in to comment.