mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-10 14:47:07 +01:00
Fix for bug 1611: after select none, temporary in-correctness
After select none, the timeline and selection times are temporarily not updated. Fix: AudacityProject::SelectNone refreshes the TrackPanel, so call it after changing the SelectedRegion.
This commit is contained in:
@@ -5169,8 +5169,8 @@ void AudacityProject::OnSelectAll()
|
||||
|
||||
void AudacityProject::OnSelectNone()
|
||||
{
|
||||
this->SelectNone();
|
||||
mViewInfo.selectedRegion.collapseToT0();
|
||||
SelectNone();
|
||||
ModifyState(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user