Edit drumset palette is closed right after first click
- Open Battery Percussion template
- Run Note entry mode
- Try to double click a note in drumset palette
Result: the palette is closed after first click
Expected result: 2.3.2 behaviour, the note is entered in the score without closing the palette
Research:
Click in the palette leads to escaping from note edit mode. Looks like a side effect of the https://github.com/musescore/MuseScore/pull/4022 (which should have fixed the same issue I guess)
Comments
Sorry for the silly question, but what revision are you running where you get this behavior? I cannot reproduce this on current master. It is not possible for the ScoreView to be in ViewState::NOTE_ENTRY and ViewState::EDIT at the same time.
Oops... Checked again with OS: macOS 10.14, Arch.: x86_64, MuseScore version (64-bit): 3.0.0, revision: c94b520 and everything works.
Got it. It was sparkle branch based on old master. Testing different PRs and branches leads to missing attention to details. Sorry for disturbing.