changeset 129:df5f16b3c925

* Fix two problems reported by Matthias in the data editor window: - highlighted row was incorrect (it was highlighting the row for the next item after the current position, not the one before it as it should be) - making a row current moved the centre frame of the view, but did not change the playback position as it should do
author Chris Cannam
date Thu, 26 Jun 2008 12:41:23 +0000
parents 09e6016c5436
children 4c9c04645685
files framework/MainWindowBase.cpp
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp	Wed Jun 18 15:53:23 2008 +0000
+++ b/framework/MainWindowBase.cpp	Thu Jun 26 12:41:23 2008 +0000
@@ -2000,6 +2000,11 @@
             SIGNAL(scrollToFrame(unsigned long)),
             m_viewManager,
             SLOT(setGlobalCentreFrame(unsigned long)));
+
+    connect(dialog,
+            SIGNAL(scrollToFrame(unsigned long)),
+            m_viewManager,
+            SLOT(setPlaybackFrame(unsigned long)));
 }    
 
 void