Deleting accidental causes crash (0.9.6 regression)

• Feb 4, 2010 - 01:06
Type
Functional
Severity
S2 - Critical
Status
closed
Project

Reported by Ritmus at http://musescore.org/fr/node/4341

Reproduce:
- open musescore demo
- click on flat, sharp or natural accidental
- press Delete
crash


Comments

Status (old) active fixed

in select.cpp on line 229, Score::deselect calls itself leading to an infinite loop.
Hopefully fix in r2686