1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-09 14:16:28 +01:00

TrackPanel no longer implements the zoom tool...

... Also changed the behavior of drawing of dashed lines: make them
disappear when they approach close enough that right-up will zoom out,
not in.
This commit is contained in:
Paul Licameli
2015-07-07 16:39:54 -04:00
committed by Paul Licameli
parent cba51e1bf8
commit 85c03bb3b3
10 changed files with 309 additions and 149 deletions

View File

@@ -89,6 +89,8 @@ ToolsToolBar::ToolsToolBar()
mMessageOfTool[envelopeTool] = _("Click and drag to edit the amplitude envelope");
mMessageOfTool[drawTool] = _("Click and drag to edit the samples");
// TODO: Why not mention middle click to zoom normal on Windows too?
#if defined( __WXMAC__ )
mMessageOfTool[zoomTool] = _("Click to Zoom In, Shift-Click to Zoom Out");
#elif defined( __WXMSW__ )
@@ -96,6 +98,7 @@ ToolsToolBar::ToolsToolBar()
#elif defined( __WXGTK__ )
mMessageOfTool[zoomTool] = _("Left=Zoom In, Right=Zoom Out, Middle=Normal");
#endif
mMessageOfTool[slideTool] = _("Click and drag to move a track in time");
mMessageOfTool[multiTool] = wxT(""); // multi-mode tool