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 45f374f commit c7942f9Copy full SHA for c7942f9
src/core/qgspallabeling.cpp
@@ -2520,11 +2520,12 @@ void QgsPalLayerSettings::parseTextBuffer()
2520
bufrSize = exprVal.toDouble();
2521
}
2522
2523
+ // FIXME: find better solution for temporarily turning on buffer, when previously defined by size
2524
// fix for buffer being keyed off of just its size in the past
- if ( bufrSize > 0.0 && bufferDrawOld )
2525
- {
2526
- drawBuffer = bufferDraw = true;
2527
- }
+// if ( bufrSize > 0.0 && bufferDrawOld )
+// {
+// drawBuffer = bufferDraw = true;
2528
+// }
2529
2530
if ( !drawBuffer )
2531
{
0 commit comments