[multimedia/kdenlive/release/26.08] src/titler: Fix corner radius input not updating when dragging

Jean-Baptiste Mardelle <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit dff0d97124c5595956aec079685f71601ef433ba by Jean-Baptiste Mardelle, on behalf of chocolate image.
Committed on 07/08/2026 at 12:03.
Pushed by mardelle into branch 'release/26.08'.

Fix corner radius input not updating when dragging

M  +1    -0    src/titler/graphicsscenerectmove.cpp

https://invent.kde.org/multimedia/kdenlive/-/commit/dff0d97124c5595956aec079685f71601ef433ba

diff --git a/src/titler/graphicsscenerectmove.cpp b/src/titler/graphicsscenerectmove.cpp
index 5f1186810c..4ae73af4aa 100644
--- a/src/titler/graphicsscenerectmove.cpp
+++ b/src/titler/graphicsscenerectmove.cpp
@@ -1352,6 +1352,7 @@ void GraphicsSceneRectMove::mouseMoveEvent(QGraphicsSceneMouseEvent *e)
                     if (newRadius > maxRadius) newRadius = maxRadius;
                     auto rectItem = static_cast<MyRectItem *>(m_selectedItem);
                     rectItem->setCornerRadius(newRadius);
+                    Q_EMIT itemMoved();
                     return;
                 }
                 default:
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.