Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backend] The score on YouTube not displaying correctly (Does not display the entire score) #25183

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

Eism
Copy link
Contributor

@Eism Eism commented Oct 16, 2024

The first page may contain only a text box. Then when calculating the height for the video, we will take this first page and get the height of the text box (smallest rectangle containing all (visible) page elements), which is incorrect, since for the video converter we turn off the display of text boxes a little higher in the code. We need first to make a layout (apply changes) and then get the first page

it may be that the first page contains only a text box. Then when calculating the height for the video, we will take this first page and get the height of the text box (smallest rectangle containing all (visible) page elements), which is incorrect, since for the video converter we turn off the display of text boxes a little higher in the code.
We need to first make a layout (apply changes) and then get the first page
@Eism Eism merged commit 524ae7f into musescore:master Oct 16, 2024
11 checks passed
@Eism Eism deleted the video_writer_hight_fix branch October 16, 2024 12:46
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