diff view/Overview.cpp @ 792:0ba792bb235b tonioni

adding a note after the last existing one is now possible (#974)
author matthiasm
date Thu, 12 Jun 2014 14:31:48 +0100
parents cf1e8a1abb7b
children 40c6c9344ff6
line wrap: on
line diff
--- a/view/Overview.cpp	Thu Jun 12 13:42:10 2014 +0100
+++ b/view/Overview.cpp	Thu Jun 12 14:31:48 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, PlaybackIgnore);
+	emit centreFrameChanged(rf, true, PlaybackScrollContinuous);
     }
 }