Hairpin style is applied incorrectly

• Nov 16, 2018 - 15:13
Reported version
3.0
Priority
P0 - Critical
Type
Functional
Frequency
Once
Severity
S2 - Critical
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
  1. Open file and follow gif actions

FYI, lot of properties are not in styles for now. Lines color property is not a part of the style, so it is not kept on closing/opening the score.

screencast 2018-11-16 17-08-59.gif

Attachment Size
Title1234.mscz 10.75 KB

Comments

Status PR created fixed

Fixed in branch master, commit 26465ef5c0

fix #278331: fix elements state on applying a property to style in inspector

By "fix elements state" assumed the following:
- Property delegates are respected so the correct element receives
change property call that sets its property as styled.
- The handled property of all elements edited in inspector is now
set as styled instead of the first one only.