https://bugs.kde.org/show_bug.cgi?id=523263
Jean-Baptiste Mardelle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/mult |https://invent.kde.org/mult |imedia/kdenlive/-/commit/a5 |imedia/kdenlive/-/commit/8a |a55190b4b7bfbc04b87d8b71b66 |1c915521e267d9bf43ab55a64fe |7d827dab8c9 |17a31fbb611 --- Comment #3 from Jean-Baptiste Mardelle <[email protected]> --- Git commit 8a1c915521e267d9bf43ab55a64fe17a31fbb611 by Jean-Baptiste Mardelle, on behalf of Jaimukund Bhan. Committed on 14/09/2026 at 16:53. Pushed by mardelle into branch 'master'. Disconnect monitor signal on deactivation in RotatedRectHelper Rotating a clip with the Transform effect using on-monitor handles also rotated other clips or compositions on the timeline. This occurred because `RotatedRectHelper` did not disconnect its monitor signals when deactivated, leaving inactive clips connected to monitor rotation and geometry updates. This MR disconnects the monitor signals on deactivation, ensuring monitor interactions only affect the currently active clip. M +2 -1 src/assets/keyframes/model/rect/rotatedrecthelper.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/8a1c915521e267d9bf43ab55a64fe17a31fbb611 -- You are receiving this mail because: You are watching all bug changes.
