Skip to content

Commit

Permalink
fix #264073: Edition of fret numbers in TAB staff is not played in No…
Browse files Browse the repository at this point in the history
…te input mode
  • Loading branch information
lasconic committed Mar 17, 2018
1 parent 974a388 commit e0915fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/noteentry.cpp
Expand Up @@ -358,6 +358,7 @@ void Score::putNote(const Position& p, bool replace)
int tpc1 = note->tpc1default(nval.pitch);
int tpc2 = note->tpc2default(nval.pitch);
undoChangeFretting(note, nval.pitch, nval.string, nval.fret, tpc1, tpc2);
setPlayNote(true);
return;
}
}
Expand Down

0 comments on commit e0915fc

Please sign in to comment.