[pal] 'Follow placement' alignment should also work for offset

from point placements
This commit is contained in:
Nyall Dawson 2015-07-07 22:37:54 +10:00
parent 03b5ea4d79
commit 05d7744cd9

View File

@ -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;
}