1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-16 06:03:49 +01:00

More stl idiom for TrackList and its iterators

This commit is contained in:
Paul Licameli
2018-01-14 16:55:49 -05:00
parent ba61e30cb2
commit 0265b8792d
8 changed files with 22 additions and 19 deletions

View File

@@ -1088,7 +1088,7 @@ bool TrackPanel::IsMouseCaptured()
void TrackPanel::UpdateViewIfNoTracks()
{
if (mTracks->IsEmpty())
if (mTracks->empty())
{
// BG: There are no more tracks on screen
//BG: Set zoom to normal