Hi Alexey,
i think this is a bug. if i have :
- Select last changed ACT
- selection:invalid, Command X
and "last changed ACT" is empty, the selection:invalid Command X gets not executed.
Shouldn´t selection be invalid in this case?
I would need this for an ACT-speed dial, which has other functions too.
There logic was different there, if last changed ACT does not exist, the action was failing (and so not changing current parameter, whatever it was).
But I see proposed by you idea as more logically consistent, so I have modified the code. b283 should work the way you have expected.
Ah, i see. For me selection:invalid was so obvious that i did not try other things.
Quotemore logically consistent
Yes, i think so - thanks for changing that.