fix indention - no code-change

This commit is contained in:
plc-user
2025-02-16 15:43:58 +01:00
parent da109b1522
commit 6fdc243552

View File

@@ -251,10 +251,10 @@ void PartEllipse::setRotation(qreal angle) {
qreal x = m_rect.y(); qreal x = m_rect.y();
qreal y = (m_rect.x() + m_rect.width()) * (-1); qreal y = (m_rect.x() + m_rect.width()) * (-1);
m_rect = QRectF(x, y, width, height); m_rect = QRectF(x, y, width, height);
} }
prepareGeometryChange(); prepareGeometryChange();
adjustHandlerPos(); adjustHandlerPos();
emit rectChanged(); emit rectChanged();
} }
qreal PartEllipse::rotation() const { qreal PartEllipse::rotation() const {