From 6fdc2435527df678015604940fea27fd055f86b6 Mon Sep 17 00:00:00 2001 From: plc-user <74435298+plc-user@users.noreply.github.com> Date: Sun, 16 Feb 2025 15:43:58 +0100 Subject: [PATCH] fix indention - no code-change --- sources/editor/graphicspart/partellipse.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/editor/graphicspart/partellipse.cpp b/sources/editor/graphicspart/partellipse.cpp index 308e8eebd..ae05841f3 100644 --- a/sources/editor/graphicspart/partellipse.cpp +++ b/sources/editor/graphicspart/partellipse.cpp @@ -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 {