mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fixed #2780
git-svn-id: http://svn.osgeo.org/qgis/trunk@13630 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
858fe50eda
commit
f20f1db31a
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user