Skip to content

Commit c7942f9

Browse files
committedMay 20, 2013
Turn off buffer size-trigger fix for <2.0 projects until better solution is implemented
1 parent 45f374f commit c7942f9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎src/core/qgspallabeling.cpp

+5-4
Original file line numberDiff line numberDiff line change
@@ -2520,11 +2520,12 @@ void QgsPalLayerSettings::parseTextBuffer()
25202520
bufrSize = exprVal.toDouble();
25212521
}
25222522

2523+
// FIXME: find better solution for temporarily turning on buffer, when previously defined by size
25232524
// fix for buffer being keyed off of just its size in the past
2524-
if ( bufrSize > 0.0 && bufferDrawOld )
2525-
{
2526-
drawBuffer = bufferDraw = true;
2527-
}
2525+
// if ( bufrSize > 0.0 && bufferDrawOld )
2526+
// {
2527+
// drawBuffer = bufferDraw = true;
2528+
// }
25282529

25292530
if ( !drawBuffer )
25302531
{

0 commit comments

Comments
 (0)
Please sign in to comment.