Correct applying correction angle.
--HG-- branch : feature
This commit is contained in:
parent
14e19ced4b
commit
7a2297ed6b
|
@ -178,7 +178,7 @@ PlaceLabelImg VPlaceLabelItem::LabelShape() const
|
||||||
{
|
{
|
||||||
QTransform t;
|
QTransform t;
|
||||||
t.translate(x(), y());
|
t.translate(x(), y());
|
||||||
t.rotate(-(d->aValue+d->correctionAngle));
|
t.rotate(-d->aValue-d->correctionAngle);
|
||||||
t.translate(-x(), -y());
|
t.translate(-x(), -y());
|
||||||
|
|
||||||
auto SegmentShape = [t, this]()
|
auto SegmentShape = [t, this]()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user