Skip to content

Commit f0e7c26

Browse files
author
wonder
committed
Fixed #2780
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13630 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c105ee0 commit f0e7c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgspallabeling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ void QgsPalLayerSettings::readFromLayer( QgsVectorLayer* layer )
197197
dist = layer->customProperty( "labeling/dist" ).toDouble();
198198
scaleMin = layer->customProperty( "labeling/scaleMin" ).toInt();
199199
scaleMax = layer->customProperty( "labeling/scaleMax" ).toInt();
200-
bufferSize = layer->customProperty( "labeling/bufferSize" ).toInt();
200+
bufferSize = layer->customProperty( "labeling/bufferSize" ).toDouble();
201201
bufferColor = _readColor( layer, "labeling/bufferColor" );
202202
labelPerPart = layer->customProperty( "labeling/labelPerPart" ).toBool();
203203
mergeLines = layer->customProperty( "labeling/mergeLines" ).toBool();

0 commit comments

Comments
 (0)