Skip to content

Commit 05d7744

Browse files
committed
[pal] 'Follow placement' alignment should also work for offset
from point placements
1 parent 03b5ea4 commit 05d7744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/pal/feature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ namespace pal
366366
double lx = x + xdiff;
367367
double ly = y + ydiff;
368368

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

0 commit comments

Comments
 (0)