Mercurial > hg > svapp
diff framework/MainWindowBase.cpp @ 337:1e3af7f4fa86 tony_integration
Merge from branch tonioni
author | Chris Cannam |
---|---|
date | Tue, 11 Mar 2014 17:34:53 +0000 |
parents | 28c17ce7a6e9 40bcaf772d78 |
children | b3609adae921 |
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp Tue Jan 28 15:02:15 2014 +0000 +++ b/framework/MainWindowBase.cpp Tue Mar 11 17:34:53 2014 +0000 @@ -2317,7 +2317,7 @@ void MainWindowBase::showMinimalOverlays() { - m_viewManager->setOverlayMode(ViewManager::MinimalOverlays); + m_viewManager->setOverlayMode(ViewManager::StandardOverlays); } void @@ -3207,7 +3207,10 @@ { Pane *currentPane = 0; if (m_paneStack) currentPane = m_paneStack->getCurrentPane(); - if (currentPane) updateVisibleRangeDisplay(currentPane); + if (currentPane) { + //cerr << "JTEST: mouse event on selection pane" << endl; + updateVisibleRangeDisplay(currentPane); + } } void