Add / Text / Title et al does not reposition score view to show the text being added
Windows 7, GIT commit: 3543170
1) open attached score (or any score)
2) hit Page Down or otherwise position score so second page only is showing in window
3) Add / Text / Title (or Subtitle, or Composers, or Lyricist)
Result: nothing, apparently ... actually, a cursor is placed in the correct spot at the top of the first page, and anything you type will appear there, but you don't know it because the score view is not repositioned there.
Attachment | Size |
---|---|
text-scoreview.mscz | 2.38 KB |
Fix version
3.1.0
Comments
Fixed in 0503b304c1
Automatically closed -- issue fixed for 2 weeks with no activity.
Came up again in #288090: Some issues when inserting text. The score will not reposition itself if there is not already a title frame before the first measure. The reason is that at the time
adjustCanvasPosition
is called, the new title frame does not have a system yet, so the function exits prematurely. This is fixed by adding a call toScore::update
after the call toScore::insertMeasure
.It is a regression, in fact. The workaround is to scroll to the top of the score.
See https://github.com/musescore/MuseScore/pull/4953 for a PR to resolve this issue.
Fixed in branch master, commit c2f55527a1
fix #23667: Add / Text / Title et al does not reposition score view to show the text being added
Fixed in branch master, commit 9e9b746bb7
_Merge pull request #4953 from mattmcclinch/23667-show-new-title-frame
fix #23667: Add / Text / Title et al does not reposition score view to show the text being added_
Automatically closed -- issue fixed for 2 weeks with no activity.