mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-22 14:11:41 +01:00
Iterate over all clips of a track, including cutlines, where needed
This commit is contained in:
@@ -94,7 +94,7 @@ void UndoManager::CalculateSpaceUsage()
|
||||
while (wt)
|
||||
{
|
||||
// Scan all clips within current track
|
||||
for(const auto &clip: wt->GetClips())
|
||||
for(const auto &clip : wt->GetAllClips())
|
||||
{
|
||||
// Scan all blockfiles within current clip
|
||||
BlockArray *blocks = clip->GetSequenceBlockArray();
|
||||
|
||||
Reference in New Issue
Block a user