summaryrefslogtreecommitdiff
path: root/muse2/muse/song.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-22 13:29:19 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-22 13:29:19 +0000
commitdef4fdb391f5207ebbe61881416f39f3d896cc5d (patch)
treec761d3662c2dd78521317830dc35e0f91120416a /muse2/muse/song.h
parent8fbfa07b464210054a177b1e92f47b5f2744d1cc (diff)
- speeded up pasting, shrinking parts, drawing controllers in
the ctrlcanvas and reordering the drum list - applyOperationGroup() now doesn't apply empty opGroups any more - reordering the drum list doesn't cause undo be triggered any more - removed unneccessary song->update() calls after a song->applyOperationGroup() call - cleaned up (removed some commented out code blocks)
Diffstat (limited to 'muse2/muse/song.h')
-rw-r--r--muse2/muse/song.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/song.h b/muse2/muse/song.h
index cb9d0f9d..17d70833 100644
--- a/muse2/muse/song.h
+++ b/muse2/muse/song.h
@@ -147,7 +147,7 @@ class Song : public QObject {
Song(const char* name = 0);
~Song();
- void applyOperationGroup(Undo& group);
+ void applyOperationGroup(Undo& group, bool doUndo=true);
void putEvent(int pv);
void endMsgCmd();