summaryrefslogtreecommitdiff
path: root/muse2/muse/undo.cpp
diff options
context:
space:
mode:
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();
}