1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-01 03:54:47 +02:00

Pass AudacityProject* to more methods of UIHandle

This commit is contained in:
Paul Licameli
2019-05-21 13:36:29 -04:00
parent ba5ce23668
commit 4a5abc9e41
30 changed files with 39 additions and 39 deletions

View File

@@ -495,7 +495,7 @@ protected:
return RefreshCode::DrawOverlays;
}
void Enter(bool) override
void Enter(bool, AudacityProject *) override
{
mChangeHighlight = RefreshCode::DrawOverlays;
}
@@ -649,7 +649,7 @@ protected:
return RefreshCode::DrawOverlays;
}
void Enter(bool) override
void Enter(bool, AudacityProject *) override
{
mChangeHighlight = RefreshCode::DrawOverlays;
}