We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c105ee0 commit f0e7c26Copy full SHA for f0e7c26
src/core/qgspallabeling.cpp
@@ -197,7 +197,7 @@ void QgsPalLayerSettings::readFromLayer( QgsVectorLayer* layer )
197
dist = layer->customProperty( "labeling/dist" ).toDouble();
198
scaleMin = layer->customProperty( "labeling/scaleMin" ).toInt();
199
scaleMax = layer->customProperty( "labeling/scaleMax" ).toInt();
200
- bufferSize = layer->customProperty( "labeling/bufferSize" ).toInt();
+ bufferSize = layer->customProperty( "labeling/bufferSize" ).toDouble();
201
bufferColor = _readColor( layer, "labeling/bufferColor" );
202
labelPerPart = layer->customProperty( "labeling/labelPerPart" ).toBool();
203
mergeLines = layer->customProperty( "labeling/mergeLines" ).toBool();
0 commit comments