Fix system text line sync issues #26279
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves: #25356
This is a twofold issue.
First, I think we should always force items linked within the same score (as opposed to items linked in other parts) to stay synced. That's partially because I think it's what the user wants most of the time. But most importantly because items linked within the main score don't have these toggles available at the moment, which means if we let them unsync there is no way for the user to then re-sync them.
![image](https://private-user-images.githubusercontent.com/93707756/408228675-33904bf3-1364-45a6-b287-8a9e3127055b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjY4MjEsIm5iZiI6MTczOTEyNjUyMSwicGF0aCI6Ii85MzcwNzc1Ni80MDgyMjg2NzUtMzM5MDRiZjMtMTM2NC00NWE2LWIyODctOGE5ZTMxMjcwNTViLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE4NDIwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA2MzljMDRkY2U4NTdlYjI3ZTU3Mzc1MzQ1ZjVjZmRhZmNjMDA4NmUzYWFiZTk1NDUwZDU5ODA5YTIwOWRhNDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.E-BUf-rCkDuPEMH8fA_fL3nw_r3WAvuuiSyJ_IXn8MU)
In future, we could implement something for the main score where the "top" system object rules the other clones and clones can be synced or unsynced etc. Or maybe not. But for now anyway, I think the only option is to force them to stay synced.
I think some of the properties pointed out in the issue should't be allowed to desync at all (meaning not even between score and parts). These are: "Show line", "Line style" and "Start/end hook type".