1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

Track panel refresh when changing linking enabledness

This commit is contained in:
BusinessmanProgrammerSteve 2010-03-12 19:52:13 +00:00
parent bea6140789
commit 56a464c199

View File

@ -5094,6 +5094,7 @@ void AudacityProject::OnStickyLabel()
SetStickyFlag(!GetStickyFlag());
EditToolBar *toolbar = GetEditToolBar();
toolbar->EnableDisableButtons();
GetTrackPanel()->Refresh(false);
}
void AudacityProject::OnAddLabel()