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

TrackPanel no longer implements the draw tool...

... also implement ESC key for it
This commit is contained in:
Paul Licameli
2015-07-08 02:48:21 -04:00
committed by Paul Licameli
parent 85c03bb3b3
commit f1f254f974
11 changed files with 608 additions and 435 deletions

View File

@@ -88,6 +88,9 @@ ToolsToolBar::ToolsToolBar()
mMessageOfTool[selectTool] = _("Click and drag to select audio");
mMessageOfTool[envelopeTool] = _("Click and drag to edit the amplitude envelope");
// TODO: message should also mention the brush. Describing the modifier key
// (alt, or other) varies with operating system.
mMessageOfTool[drawTool] = _("Click and drag to edit the samples");
// TODO: Why not mention middle click to zoom normal on Windows too?