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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user