Skip to content

Conversation

@eloisebrosseau
Copy link
Contributor

SG-41614: Moving a clip in a stack deselects it in RV2025

Summarize your change.

Fix QItemSelectionModel::select() in Mu by storing the QItemSelectionModel::SelectionFlags value in the QVariant that is passed by reference to argument(). This ensures the SelectionFlags object lifetime extends beyond the Q_ARG() macro until after the QMetaMethod::invoke() call completes. A typo was also fixed for the orderDownAction tooltip.

Describe the reason for the change.

Since the Qt6 upgrade, selected inputs in the Session Manager were not being reselected after being moved up or down the list. Note that this was affecting all node views, not just the stack one.

Describe what you have tested and on which operating system.

Moving selected inputs in the Session Manager was tested on macOS 15.7.2.

If possible, provide screenshots.

Screen.Recording.2026-01-09.at.12.08.41.mov

@eloisebrosseau eloisebrosseau force-pushed the fix-session-manager-inputs-lists branch from 723bc4e to 8f9b43d Compare January 9, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants