fix #21174: Notes stays blue after join
This commit is contained in:
parent
5297c963dd
commit
35a6fafab5
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@ namespace Ms {
|
|||
void Score::cmdJoinMeasure(Measure* m1, Measure* m2)
|
||||
{
|
||||
startCmd();
|
||||
|
||||
|
||||
deselectAll();
|
||||
|
||||
ScoreRange range;
|
||||
range.read(m1->first(), m2->last(), 0, nstaves() * VOICES);
|
||||
|
||||
|
|
Loading…
Reference in a new issue