1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-21 14:50:06 +02:00

Sync-Lock: Add TrackPanel refresh to AudacityProject::OnSyncLock() so the icon next to minimize button gets refreshed.

This commit is contained in:
v.audacity 2010-08-24 21:04:21 +00:00
parent cfe369f232
commit c1848c1359

View File

@ -5149,6 +5149,8 @@ void AudacityProject::OnSyncLock()
// Toolbar, project sync-lock handled within
ModifyAllProjectToolbarMenus();
mTrackPanel->Refresh(false);
}
void AudacityProject::OnAddLabel()