1
0
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:
richardash1981
2012-12-04 16:41:43 +00:00
parent 226be2f9c3
commit c32cfbc2a5
3 changed files with 13 additions and 0 deletions

View File

@@ -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);