Skip to content

Commit

Permalink
Turn off buffer size-trigger fix for <2.0 projects until better solut…
Browse files Browse the repository at this point in the history
…ion is implemented
  • Loading branch information
dakcarto committed May 20, 2013
1 parent 45f374f commit c7942f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/core/qgspallabeling.cpp
Expand Up @@ -2520,11 +2520,12 @@ void QgsPalLayerSettings::parseTextBuffer()
bufrSize = exprVal.toDouble();
}

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

if ( !drawBuffer )
{
Expand Down

0 comments on commit c7942f9

Please sign in to comment.