summaryrefslogtreecommitdiff
path: root/muse2/muse/part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/part.cpp')
-rw-r--r--muse2/muse/part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/part.cpp b/muse2/muse/part.cpp
index d9346fbe..c9459c1f 100644
--- a/muse2/muse/part.cpp
+++ b/muse2/muse/part.cpp
@@ -927,7 +927,7 @@ void Song::cmdResizePart(Track* track, Part* oPart, unsigned int len)
iEvent i = ie;
++ie;
// Indicate no undo, and do port controller values and clone parts.
- audio->msgDeleteEvent(i->second, nPart, false, true, true);
+ audio->msgDeleteEvent(i->second, nPart, false, true, true); //FINDMICH
}
}
}