span presets buttons in barline inspector change only one element of multiple selection

• Dec 18, 2017 - 12:16
Reported version
3.0
Type
Functional
Severity
S4 - Minor
Status
closed
Project

Select multiple barlines and open inspector. Clicking one of the span presets buttons does not change all selected barlines (as expected), but only to the first barline that was selected.


Comments

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

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

Fixed in branch master, commit 5182e799b6

fix #267721, fix #268624: added iteration over all selected elements on preset click, changes resetClicked() to simply call valueChanged with second parameter (reset) =true

Fixed in branch master, commit 98b651472c

Merge pull request #3406 from lyrischesich/267721-span-preset-change-multi-selection

fix #267721, fix #268624: barline inspector - change span presets and reset span values on multiselection