summaryrefslogtreecommitdiff
path: root/muse2/muse/undo.cpp
diff options
context:
space:
mode:
authorterminator356 <termtech@rogers.com>2014-01-11 01:22:42 -0500
committerterminator356 <termtech@rogers.com>2014-01-11 01:22:42 -0500
commit0202c2b0bc1a7dadc21af7d0ff82affd655bfade (patch)
tree1005ebf18ef2a815f46da5e8071dfc100644a0e9 /muse2/muse/undo.cpp
parent0da82e59960c237955e14fa45965ae60b1d181b8 (diff)
Diffstat (limited to 'muse2/muse/undo.cpp')
-rw-r--r--muse2/muse/undo.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/muse2/muse/undo.cpp b/muse2/muse/undo.cpp
index 197c1f2a..7e80cbce 100644
--- a/muse2/muse/undo.cpp
+++ b/muse2/muse/undo.cpp
@@ -1013,6 +1013,8 @@ void Song::revertOperationGroup3(Undo& operations)
break;
}
}
+ if(!operations.empty())
+ emit sigDirty();
}
//---------------------------------------------------------
@@ -1143,6 +1145,8 @@ void Song::executeOperationGroup3(Undo& operations)
break;
}
}
+ if(!operations.empty())
+ emit sigDirty();
}