_fix #301834: crash when changing local time signature to another one with same duration
This is because it doesn't check whether the time signature is local or not, so it always goes to every staff and trys to find a time signature segment, causing nullptr._
Comments
Oh drat
See https://github.com/musescore/MuseScore/pull/5773.
.
Fixed in branch 3.x, commit 9d94c33a06
_fix #301834: crash when changing local time signature to another one with same duration
This is because it doesn't check whether the time signature is local or not, so it always goes to every staff and trys to find a time signature segment, causing
nullptr
._Fixed in branch 3.x, commit cc50e7a9b2
_Merge pull request #5773 from Howard-C/local-timesig-crash
fix #301834: crash when changing local time signature to another one with same duration_
Automatically closed -- issue fixed for 2 weeks with no activity.