Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[pal] 'Follow placement' alignment should also work for offset
from point placements
  • Loading branch information
nyalldawson committed Jul 7, 2015
1 parent 03b5ea4 commit 05d7744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pal/feature.cpp
Expand Up @@ -366,7 +366,7 @@ namespace pal
double lx = x + xdiff;
double ly = y + ydiff;

( *lPos )[0] = new LabelPosition( id, lx, ly, labelW, labelH, angle, cost, this );
( *lPos )[0] = new LabelPosition( id, lx, ly, labelW, labelH, angle, cost, this, false, quadrantFromOffset() );
return nbp;
}

Expand Down

0 comments on commit 05d7744

Please sign in to comment.