changeset 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 bca9870301b7
children 1eb560b363e7
files view/Pane.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/view/Pane.cpp	Mon Nov 12 14:48:42 2018 +0000
+++ b/view/Pane.cpp	Tue Nov 13 13:39:01 2018 +0000
@@ -2718,7 +2718,7 @@
         
     if (mode == ViewManager::NavigateMode) {
 
-        help = tr("Click and drag to navigate");
+        help = tr("Click and drag to navigate; use mouse-wheel or trackpad-scroll to zoom; hold Shift and drag to zoom to an area");
         
     } else if (mode == ViewManager::SelectMode) {