summaryrefslogtreecommitdiff
path: root/muse2/muse/undo.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-12-14 15:08:02 +0000
committerFlorian Jung <flo@windfisch.org>2011-12-14 15:08:02 +0000
commitc36a5508aa42e596b005425208054af9a60734b4 (patch)
treefde0504e0c25b8f39ed6f5f7f7332943e4a95c7f /muse2/muse/undo.h
parent42126f3b398802eb24c8d9acd2591ef4dbe7257d (diff)
pulled fixes from release into trunk
Diffstat (limited to 'muse2/muse/undo.h')
-rw-r--r--muse2/muse/undo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/undo.h b/muse2/muse/undo.h
index 19c252bf..af55a307 100644
--- a/muse2/muse/undo.h
+++ b/muse2/muse/undo.h
@@ -54,6 +54,7 @@ struct UndoOp {
SwapTrack,
ModifyClip,
ModifyMarker,
+ ModifySongLen, // a = new len, b = old len
DoNothing
};
UndoType type;