Commit be007fa
committed
Fix inc/dec duration command when used with dotted notes
Resolves: #28069
The inc/dec duration command used the input state duration as the
initial duration instead of the duration of the selected note.
This started causing issues because the input state duration is changed on
each selection change in NotationNoteInput::updateInputState() when the
"Apply accidentals, [...]" setting is set to "To previous not entered".1 parent cb26698 commit be007fa
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3295 | 3295 | | |
3296 | 3296 | | |
3297 | 3297 | | |
3298 | | - | |
3299 | | - | |
3300 | | - | |
| 3298 | + | |
| 3299 | + | |
| 3300 | + | |
3301 | 3301 | | |
3302 | 3302 | | |
3303 | 3303 | | |
3304 | 3304 | | |
3305 | 3305 | | |
3306 | 3306 | | |
3307 | | - | |
3308 | | - | |
3309 | 3307 | | |
| 3308 | + | |
3310 | 3309 | | |
3311 | 3310 | | |
3312 | 3311 | | |
| |||
0 commit comments