mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
fix indention - no code-change
This commit is contained in:
parent
da109b1522
commit
6fdc243552
@ -251,10 +251,10 @@ void PartEllipse::setRotation(qreal angle) {
|
||||
qreal x = m_rect.y();
|
||||
qreal y = (m_rect.x() + m_rect.width()) * (-1);
|
||||
m_rect = QRectF(x, y, width, height);
|
||||
}
|
||||
prepareGeometryChange();
|
||||
adjustHandlerPos();
|
||||
emit rectChanged();
|
||||
}
|
||||
prepareGeometryChange();
|
||||
adjustHandlerPos();
|
||||
emit rectChanged();
|
||||
}
|
||||
|
||||
qreal PartEllipse::rotation() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user