diff view/ViewManager.cpp @ 731:f831ca41d4a5 tonioni

Add selectionChangedByUser for selection changes prompted by interactivity rather than by undo/redo
author Chris Cannam
date Wed, 05 Mar 2014 09:35:32 +0000
parents 084fd76deb89
children 0c1ef0d05c82
line wrap: on
line diff
--- a/view/ViewManager.cpp	Tue Mar 04 16:45:39 2014 +0000
+++ b/view/ViewManager.cpp	Wed Mar 05 09:35:32 2014 +0000
@@ -279,6 +279,7 @@
     if (m_selections.getSelections() == ms.getSelections()) return;
     SetSelectionCommand *command = new SetSelectionCommand(this, ms);
     CommandHistory::getInstance()->addCommand(command);
+    emit selectionChangedByUser();
 }
 
 size_t