1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-29 16:08:46 +01:00

Bug2015: crash repeatedly append-recording with sync-lock on

This commit is contained in:
Paul Licameli
2018-10-29 20:35:45 -04:00
parent 911840074e
commit 3be57fce49
2 changed files with 33 additions and 3 deletions

View File

@@ -257,6 +257,10 @@ class AUDACITY_DLL_API Track /* not final */
// not yet cleared or applied; if no such exists, return this track
std::shared_ptr<const Track> SubstitutePendingChangedTrack() const;
// If this track is a pending changed track, return the corresponding
// original; else return this track
std::shared_ptr<const Track> SubstituteOriginalTrack() const;
// Cause certain overriding tool modes (Zoom; future ones?) to behave
// uniformly in all tracks, disregarding track contents.
// Do not further override this...