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/8a |imedia/kdenlive/-/commit/a9 |1c915521e267d9bf43ab55a64fe |5f0ff84204a5670c45028dc62be |17a31fbb611 |02ae67abfd6 --- Comment #4 from Jean-Baptiste Mardelle <[email protected]> --- Git commit a95f0ff84204a5670c45028dc62be02ae67abfd6 by Jean-Baptiste Mardelle, on behalf of Jaimukund Bhan. Committed on 15/09/2026 at 06:46. Pushed by mardelle into branch 'release/26.08'. 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/a95f0ff84204a5670c45028dc62be02ae67abfd6 -- You are receiving this mail because: You are watching all bug changes.
