mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-13 08:06:32 +01:00
commit fix for crash if you undo whilst time-shifting a track, found and produced by Campbell Barton
This commit is contained in:
@@ -252,6 +252,7 @@ class AUDACITY_DLL_API TrackPanel:public wxPanel {
|
||||
virtual void OnTrackSolo(bool shiftdown, Track *t = NULL);
|
||||
virtual void OnTrackClose();
|
||||
virtual Track * GetFirstSelectedTrack();
|
||||
virtual bool IsMouseCaptured();
|
||||
|
||||
virtual void EnsureVisible(Track * t);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user