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

Handles mark need for highlight in new Enter() method not ctor...

... So this can be called more than once in its lifetime, in response to
TAB key rotation.
This commit is contained in:
Paul Licameli
2017-07-12 00:28:49 -04:00
parent 4ec6baf059
commit d7738c403f
25 changed files with 78 additions and 1 deletions

View File

@@ -15,6 +15,10 @@ UIHandle::~UIHandle()
{
}
void UIHandle::Enter()
{
}
void UIHandle::DrawExtras
(DrawingPass, wxDC *, const wxRegion &, const wxRect &)
{