mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-09 14:16:28 +01:00
TrackPanel no longer implements the time shift tool...
... also implement ESC key for it
This commit is contained in:
committed by
Paul Licameli
parent
f1f254f974
commit
251976d93d
@@ -102,7 +102,11 @@ ToolsToolBar::ToolsToolBar()
|
||||
mMessageOfTool[zoomTool] = _("Left=Zoom In, Right=Zoom Out, Middle=Normal");
|
||||
#endif
|
||||
|
||||
// TODO: Should it say "track or clip" ? Non-wave tracks can move, or clips in a wave track.
|
||||
// TODO: mention effects of shift (move all clips of selected wave track) and ctrl (move vertically only) ?
|
||||
// -- but not all of that is available in multi tool.
|
||||
mMessageOfTool[slideTool] = _("Click and drag to move a track in time");
|
||||
|
||||
mMessageOfTool[multiTool] = wxT(""); // multi-mode tool
|
||||
|
||||
bool multiToolActive = false;
|
||||
|
||||
Reference in New Issue
Block a user