1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-20 17:41:13 +02:00
This commit is contained in:
Paul Licameli
2019-07-29 15:41:07 -04:00
parent 22f21b3245
commit a87748b123

View File

@@ -588,7 +588,7 @@ WaveTrackMenuTable &WaveTrackMenuTable::Instance( Track * pTrack )
wxCommandEvent evt;
// Clear it out so we force a repopulate
instance.Invalidate( evt );
// Ensure we know how to poulate.
// Ensure we know how to populate.
// Messy, but the design does not seem to offer an alternative.
// We won't use pTrack after populate.
instance.mpTrack = pTrack;