comparison framework/MainWindowBase.cpp @ 331:350a410e0555 tonioni

clicking on selection pane now moves play head to that location
author Justin Salamon <justin.salamon@nyu.edu>
date Tue, 18 Feb 2014 15:29:00 -0500
parents b6358ba5ebc6
children 40bcaf772d78
comparison
equal deleted inserted replaced
329:f72d58d1ccb0 331:350a410e0555
3203 void 3203 void
3204 MainWindowBase::inProgressSelectionChanged() 3204 MainWindowBase::inProgressSelectionChanged()
3205 { 3205 {
3206 Pane *currentPane = 0; 3206 Pane *currentPane = 0;
3207 if (m_paneStack) currentPane = m_paneStack->getCurrentPane(); 3207 if (m_paneStack) currentPane = m_paneStack->getCurrentPane();
3208 if (currentPane) updateVisibleRangeDisplay(currentPane); 3208 if (currentPane) {
3209 //cerr << "JTEST: mouse event on selection pane" << endl;
3210 updateVisibleRangeDisplay(currentPane);
3211 }
3209 } 3212 }
3210 3213
3211 void 3214 void
3212 MainWindowBase::contextHelpChanged(const QString &s) 3215 MainWindowBase::contextHelpChanged(const QString &s)
3213 { 3216 {