We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e83a7c8 commit df4c0c1Copy full SHA for df4c0c1
src/core/qgspallabeling.cpp
@@ -851,7 +851,7 @@ void QgsPalLayerSettings::readFromLayer( QgsVectorLayer* layer )
851
placeDirectionSymbol = static_cast< DirectionSymbols >( layer->customProperty( "labeling/placeDirectionSymbol", QVariant( SymbolLeftRight ) ).toUInt() );
852
formatNumbers = layer->customProperty( "labeling/formatNumbers" ).toBool();
853
decimals = layer->customProperty( "labeling/decimals" ).toInt();
854
- plusSign = layer->customProperty( "labeling/plussign" ).toInt();
+ plusSign = layer->customProperty( "labeling/plussign" ).toBool();
855
856
// text buffer
857
double bufSize = layer->customProperty( "labeling/bufferSize", QVariant( 0.0 ) ).toDouble();
0 commit comments