1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 09:09:47 +02:00

Remove a comment

This commit is contained in:
Paul Licameli 2016-04-20 19:41:03 -04:00
parent 81fae8d71c
commit 169958bdd8

View File

@ -1147,11 +1147,6 @@ void TrackPanel::MakeParentRedrawScrollbars()
bool TrackPanel::HandleEscapeKey(bool down)
{
// Note that this dispatches some keystrokes even when track panel is not focused.
// So it works as a place for escaping from playing and scrub as well as other
// drag actions specific to track panel. If there is a drag and a play at the
// same time, the first ESC applies to the drag action only.
if (!down)
return false;