[Trunk] Selecting duration with number-pad doesn't work after deleting note in Note Entry mode

• Oct 30, 2011 - 21:13
Type
Functional
Severity
S4 - Minor
Status
closed
Project

Hello,

I hope it's not a duplicate

1 - Create new score
2 - Go in note entry (N mode)
3 - Select duration ex: 5
4 - type A then B to cretae two note
5 - Delete last note with backspace

Now you can't change duration with numpad and successive note have 5 duration

Robert


Comments

Hello,

Partially fix this bug.

this patch remove bug in entry Mode selecting duration don't work after some actions
- when you move using left or rigth key in a measure beetwen chord.
- When you use "suppr" to delete a chord or note in entry mode

But bug are present when using backspace. it is not fixed because action done by this key is "undo". In this case, none is selected and you can't select duration. For now, I don't know how to fix this. ( Maybe selecting current chord after undo, but i don't find such function)

regards

Gai-Luron

Attachment Size
entryMode.patch 1.09 KB
Status (old) active patch (code needs review)

Hi Gai Luron

If you have a patch, you can change the status to 'patch (code needs review/ready to commit)' :).

Thanks

Status (old) patch (code needs review) fixed

should be work now in r5058.
In addition to the patch from Gai-Luron i changed the conditions to disable the duration buttons in note entry mode.