1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-29 10:35:45 +02:00

Do the separation of classes ProjectWindow and AudacityProject

This commit is contained in:
Paul Licameli
2019-05-28 15:12:31 -04:00
parent 135af0480e
commit 4abc71c6b4
10 changed files with 466 additions and 372 deletions

View File

@@ -501,7 +501,7 @@ void TrackPanel::OnTimer(wxTimerEvent& )
// Notify listeners for timer ticks
{
wxCommandEvent e(EVT_TRACK_PANEL_TIMER);
p->GetEventHandler()->ProcessEvent(e);
p->ProcessEvent(e);
}
DrawOverlays(false);