# HG changeset patch # User matthiasm # Date 1400693650 -3600 # Node ID 8c2dfb4d6c7ae0dc8cf7a3db8198c7d17abe8a4a # Parent 6388ddae6ce3b5ddaeb5a39221e680e0327e55cb fixed: pitch track update deleted note * fixed in FlexiNoteLayer::snapSelectedNotesToPitchTrack diff -r 6388ddae6ce3 -r 8c2dfb4d6c7a layer/FlexiNoteLayer.cpp --- a/layer/FlexiNoteLayer.cpp Fri Apr 11 16:34:12 2014 +0100 +++ b/layer/FlexiNoteLayer.cpp Wed May 21 18:34:10 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); }