Commands not active
In current master (3543170) most commands are not active, at least from keyboard shortcuts. That is because in this bit of code that was added a couple of weeks ago, the value ends up being garbage:
https://github.com/musescore/MuseScore/blob/f8340e1fd8bf6de83385a63c13a…
Apparently it works on some systems, but not mine. but it does work to replace the last data() with constData(). This doesn't really make sense to me, but it's one possible fix.
Comments
Initializing a
const char *
withconstData()
does make perfect sense to me though ;-)I don't quite understand why I don't see the issue at all, but
see Marc's https://github.com/musescore/MuseScore/pull/3268
https://github.com/musescore/MuseScore/pull/3268
Fixed in branch master, commit 0ebcf16151
fix #243201: commands not active
Fixed in branch master, commit 0250fc9941
Merge pull request #3268 from MarcSabatella/243201-no-commands
fix #243201: commands not active
Automatically closed -- issue fixed for 2 weeks with no activity.