Adding or dragging spacers causes a full re-layout
Reported version
3.2
Type
Performance
Frequency
Many
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
Comes from https://musescore.org/en/node/290398#comment-940605. This can cause a serious delay on big scores.
Fix version
3.3.0
Comments
See https://github.com/musescore/MuseScore/pull/5284.
PR still exists and still is open...
In reply to PR still exists and still is… by Jojo-Schmitz
Oops... sorry, not sufficiently verified.
Fixed in branch master, commit 73ad2b4e13
_fix #293877: adding or dragging spacers causes a full re-layout
Comes from https://musescore.org/en/node/290398#comment-940605. This can cause a serious delay on big scores.
The idea of fixing is changing the score()->setLayoutAll() to triggerLayout() in the functions of dropping and editing spacers. triggerLayout() will only do neccessary partial layout._
Fixed in branch master, commit 5465207960
_Merge pull request #5284 from Howard-C/vs2019-spacer
fix #293877: adding or dragging spacers causes a full re-layout_
Automatically closed -- issue fixed for 2 weeks with no activity.