Skip to content

Commit 0adc9eb

Browse files
authored
1004: Update window title on source media rep change - SG-41311 (#1005)
<!-- Thanks for your contribution! Please read this comment in its entirety. It's quite important. When a contributor merges the pull request, the title and the description will be used to build the merge commit! ### Pull Request TITLE It should be in the following format: [ 12345: Summary of the changes made ] Where 12345 is the corresponding Github Issue OR [ Summary of the changes made ] If it's solving something trivial, like fixing a typo. --> ### Linked issues <!-- Link the Issue(s) this Pull Request is related to. Each PR should link to at least one issue, in the form: Use one line for each Issue. This allows auto-closing the related issue when the fix is merged. Fixes #12345 Fixes #54345 --> Fixes #1004 ### Summarize your change. Add listener to "source-media-rep-activated" ### Describe the reason for the change. Window title doesnt update when changing source media reps ### Describe what you have tested and on which operating system. tested on linux and windows --------- Signed-off-by: Mirco Tornow <[email protected]>
1 parent 9c15157 commit 0adc9eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/rv-packages/window_title/window_title.mu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ class: WindowTitle : MinorMode
129129
("after-progressive-loading", updateAfterDelay, ""),
130130
("source-group-complete", updateAfterDelay, ""),
131131
("graph-node-inputs-changed", updateAfterDelay, ""),
132+
("source-media-rep-activated", updateAfterDelay, ""),
132133
("frame-changed", updateTitle, "")],
133134
nil);
134135

0 commit comments

Comments
 (0)