Wrong undo visibility change for dotted note, where note and dot have different visibiilities
Linux. Affects 2.0.3 and master.
1. my first score
2. "N" "." "C" "N"
3. Select dot and press "V"
4. Select note and press "V"
5. Undo
Expected: note should be visible, but dot invisible.
Result: Both note and dot are visible.
Discussion:
I think the issue is in Note::setProperty, where, for visibility, the note changes the dot's visibility too. During undo, the note still changes the dot's visibility, even when it isn't supposed to.
Fix version
3.1.0
Comments
https://github.com/musescore/MuseScore/pull/2741
in 09057c07d3, using a different PR, see #116771: Note's dot's visibility is incorrect when toggling visibility with note and dot selected
Maybe not...
See https://github.com/musescore/MuseScore/pull/4980.
Fixed in branch master, commit 3af081c0ae
fix #119101: Wrong undo visibility change for dotted note, where note and dot have different visibilities
Fixed in branch master, commit 73bb933da3
_Merge pull request #4980 from mattmcclinch/119101-undo-visibility
fix #119101: Wrong undo visibility change for dotted note, where note and dot have different visibilities_
Automatically closed -- issue fixed for 2 weeks with no activity.