diff --git a/src/libs/vgeometry/vplacelabelitem.cpp b/src/libs/vgeometry/vplacelabelitem.cpp index e237381dc..1e43006ea 100644 --- a/src/libs/vgeometry/vplacelabelitem.cpp +++ b/src/libs/vgeometry/vplacelabelitem.cpp @@ -178,7 +178,7 @@ PlaceLabelImg VPlaceLabelItem::LabelShape() const { QTransform t; t.translate(x(), y()); - t.rotate(-(d->aValue+d->correctionAngle)); + t.rotate(-d->aValue-d->correctionAngle); t.translate(-x(), -y()); auto SegmentShape = [t, this]()