spinner values in barline inspector are sometimes not updated on span preset change
- Select barline and change span preset to "Tick 1"
- change span preset to "Staff Default" again
-> spanFrom has still the value -1 instead of 0
This behaviour is caused by the minimum/maximum settings of the spinner. Choosing the span preset "Tick 1" sets the maximum value for the spanFrom-spinner to -1. When switching back to "Staff Default" the value 0 can not be set because it exceeds the maximum value.
Comments
See also, #147016: SC4 compressor: text spinners and numerical settings do not work?
See https://github.com/musescore/MuseScore/pull/3381
Fixed in branch 2.2, commit 4ea2d1d584
fix #267721, fix #267722, fix #268215 added resetSpanType functionality and inspector editing of barline-multiselection
Fixed in branch 2.2, commit 1158c0e213
Merge pull request #3381 from lyrischesich/267721-267722-268215-barline-inspector
fix #267721, fix #267722, fix #268215 barline inspector
Automatically closed -- issue fixed for 2 weeks with no activity.