mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[pal] 'Follow placement' alignment should also work for offset
from point placements
This commit is contained in:
parent
03b5ea4d79
commit
05d7744cd9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user