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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user