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:
parent
cfe369f232
commit
c1848c1359
@ -5149,6 +5149,8 @@ void AudacityProject::OnSyncLock()
|
||||
|
||||
// Toolbar, project sync-lock handled within
|
||||
ModifyAllProjectToolbarMenus();
|
||||
|
||||
mTrackPanel->Refresh(false);
|
||||
}
|
||||
|
||||
void AudacityProject::OnAddLabel()
|
||||
|
Loading…
x
Reference in New Issue
Block a user