Mercurial > hg > svgui
changeset 774:6da4897a11d3 tonioni
merge
| author | matthiasm |
|---|---|
| date | Wed, 21 May 2014 21:16:11 +0100 |
| parents | 986f1670a502 (current diff) 8c2dfb4d6c7a (diff) |
| children | a6b87176b259 |
| files | |
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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); }
