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:
committed by
Paul Licameli
parent
cba51e1bf8
commit
85c03bb3b3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user