Mercurial > hg > svgui
diff layer/FlexiNoteLayer.cpp @ 774:6da4897a11d3 tonioni
merge
author | matthiasm |
---|---|
date | Wed, 21 May 2014 21:16:11 +0100 |
parents | 8c2dfb4d6c7a |
children | a6b87176b259 |
line wrap: on
line diff
--- a/layer/FlexiNoteLayer.cpp Wed May 14 09:58:16 2014 +0100 +++ b/layer/FlexiNoteLayer.cpp Wed May 21 21:16:11 2014 +0100 @@ -1351,10 +1351,13 @@ continue; } + cerr << "snapSelectedNotesToPitchTrack: making new note" << endl; FlexiNote newNote(note); command->deletePoint(note); + updateNoteValue(v, newNote); + command->addPoint(newNote); }