mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Rewrite bff30b6 delaying the effect...
... otherwise some stack overflows might happen in Refresh of TrackPanel or AdornedRulerPanel
This commit is contained in:
@@ -829,7 +829,7 @@ void TrackPanel::Refresh(bool eraseBackground /* = TRUE */,
|
||||
}
|
||||
wxWindow::Refresh(eraseBackground, rect);
|
||||
|
||||
this->CellularPanel::HandleCursorForPresentMouseState();
|
||||
CallAfter([this]{ CellularPanel::HandleCursorForPresentMouseState(); } );
|
||||
}
|
||||
|
||||
void TrackPanel::OnAudioIO(wxCommandEvent & evt)
|
||||
|
||||
Reference in New Issue
Block a user