mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-26 01:18:06 +02: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:
parent
ec7fe2dfcc
commit
879579475d
@ -5169,8 +5169,8 @@ void AudacityProject::OnSelectAll()
|
|||||||
|
|
||||||
void AudacityProject::OnSelectNone()
|
void AudacityProject::OnSelectNone()
|
||||||
{
|
{
|
||||||
this->SelectNone();
|
|
||||||
mViewInfo.selectedRegion.collapseToT0();
|
mViewInfo.selectedRegion.collapseToT0();
|
||||||
|
SelectNone();
|
||||||
ModifyState(false);
|
ModifyState(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user