1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01:00

Remove tab key target cycling and snap escape; reimplement for Esc

This commit is contained in:
Paul Licameli
2017-07-15 20:13:18 -04:00
parent d3572ebe10
commit 7a038c9e51
6 changed files with 107 additions and 37 deletions

View File

@@ -10,6 +10,7 @@ Paul Licameli
#include "Audacity.h"
#include "UIHandle.h"
#include "RefreshCode.h"
UIHandle::~UIHandle()
{
@@ -29,6 +30,16 @@ bool UIHandle::Rotate(bool)
return false;
}
bool UIHandle::HasEscape() const
{
return false;
}
bool UIHandle::Escape()
{
return false;
}
void UIHandle::DrawExtras
(DrawingPass, wxDC *, const wxRegion &, const wxRect &)
{