diff view/Pane.cpp @ 508:1d605a89fd9b

* Make ctrl-drag drag the view without updating anything else (in particular, without moving the playback position). #2605356
author Chris Cannam
date Wed, 25 Feb 2009 12:12:07 +0000
parents 08e1ccfe289c
children 683c46d7500b
line wrap: on
line diff
--- a/view/Pane.cpp	Wed Feb 25 12:02:53 2009 +0000
+++ b/view/Pane.cpp	Wed Feb 25 12:12:07 2009 +0000
@@ -1739,7 +1739,7 @@
         }
                 
         if (getXForFrame(m_centreFrame) != getXForFrame(newCentreFrame)) {
-            setCentreFrame(newCentreFrame);
+            setCentreFrame(newCentreFrame, !m_ctrlPressed);
         }
     }