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:
@@ -15,6 +15,10 @@ UIHandle::~UIHandle()
|
||||
{
|
||||
}
|
||||
|
||||
void UIHandle::Enter()
|
||||
{
|
||||
}
|
||||
|
||||
void UIHandle::DrawExtras
|
||||
(DrawingPass, wxDC *, const wxRegion &, const wxRect &)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user