Chord Articulation Editor crashes when Bar time display is clicked
As it says.
To reproduce
1 Open any score.
2 Select a note
3 Open Chord Articulation Editor from context menu (right click)
4. Move cursor from time grid to the Bar time position display above it
5. Click select
Result - crash
The following video displays it:
http://www.screenr.com/IfMN
Windows 8.1 Pro
MuseScore 2 commit b9b5d20 (self compiled this morning)
Comments
Confirmed under Linux (Mint 14) too.
A strange thing: the
score()
call in pianoroll.cpp line 502 returns a bogus pointer, different from the_score
member variable it is assumed to return; however, it seems correctly defined inmscoreview.h
: an issue with inheritance?M.
Fix available in https://github.com/musescore/MuseScore/pull/1132
Fixed in ccc091130b
Automatically closed -- issue fixed for 2 weeks with no activity.