comparison view/Pane.cpp @ 1388:81dda64a7edc spectrogramparam

Make mention of the shift-drag feature and zooming in the status text
author Chris Cannam
date Tue, 13 Nov 2018 13:39:01 +0000
parents 694004228ab7
children 1eb560b363e7
comparison
equal deleted inserted replaced
1387:bca9870301b7 1388:81dda64a7edc
2716 editable = true; 2716 editable = true;
2717 } 2717 }
2718 2718
2719 if (mode == ViewManager::NavigateMode) { 2719 if (mode == ViewManager::NavigateMode) {
2720 2720
2721 help = tr("Click and drag to navigate"); 2721 help = tr("Click and drag to navigate; use mouse-wheel or trackpad-scroll to zoom; hold Shift and drag to zoom to an area");
2722 2722
2723 } else if (mode == ViewManager::SelectMode) { 2723 } else if (mode == ViewManager::SelectMode) {
2724 2724
2725 if (!hasTopLayerTimeXAxis()) return; 2725 if (!hasTopLayerTimeXAxis()) return;
2726 2726