spinner values in barline inspector are sometimes not updated on span preset change

• Jan 6, 2018 - 10:34
Reported version
2.1
Type
Graphical (UI)
Severity
3
Status
closed
Project
  1. Select barline and change span preset to "Tick 1"
  2. 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

Severity
Status (old) patch (code needs review) fixed
Status fixed

Fixed in branch 2.2, commit 4ea2d1d584

fix #267721, fix #267722, fix #268215 added resetSpanType functionality and inspector editing of barline-multiselection