From 8825155b467098cb14a0f23af079bda62da4f5d2 Mon Sep 17 00:00:00 2001 From: rj Date: Wed, 9 Oct 2013 19:45:37 +0200 Subject: changed track drag to move instead of swap --- muse2/muse/seqmsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'muse2/muse/seqmsg.cpp') diff --git a/muse2/muse/seqmsg.cpp b/muse2/muse/seqmsg.cpp index 669aff9d..0a4e6160 100644 --- a/muse2/muse/seqmsg.cpp +++ b/muse2/muse/seqmsg.cpp @@ -739,7 +739,7 @@ void Audio::msgMoveTrack(int idx1, int idx2, bool doUndoFlag) int n = MusEGlobal::song->tracks()->size(); if (idx1 >= n || idx2 >= n) // sanity check return; - MusEGlobal::song->applyOperation(UndoOp(UndoOp::SwapTrack, idx1, idx2), doUndoFlag); + MusEGlobal::song->applyOperation(UndoOp(UndoOp::MoveTrack, idx1, idx2), doUndoFlag); } //--------------------------------------------------------- -- cgit v1.2.3