changeset 788:cf1e8a1abb7b tonioni

Play pointer: don't move it when dragging overview pane
author Chris Cannam
date Thu, 12 Jun 2014 12:27:41 +0100
parents b4acab502786
children 9fd1bdf214dd
files view/Overview.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/view/Overview.cpp	Thu Jun 12 11:27:34 2014 +0100
+++ b/view/Overview.cpp	Thu Jun 12 12:27:41 2014 +0100
@@ -280,7 +280,7 @@
 #ifdef DEBUG_OVERVIEW
         cerr << "Overview::mouseMoveEvent: x " << e->x() << " and click x " << m_clickPos.x() << " -> frame " << newCentreFrame << " -> rf " << rf << endl;
 #endif
-	emit centreFrameChanged(rf, true, PlaybackScrollContinuous);
+	emit centreFrameChanged(rf, true, PlaybackIgnore);
     }
 }