mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-16 16:20:50 +02:00
Bug 355 - Some keyboard shortcuts unresponsive after Mix and Render or Save Project
Track focus was set, but not track panel's
This commit is contained in:
parent
865e22c0ee
commit
4159bf3b8e
@ -4824,6 +4824,7 @@ void AudacityProject::HandleMixAndRender(bool toNewTrack)
|
||||
PushState(msg, _("Mix and Render"));
|
||||
}
|
||||
|
||||
mTrackPanel->SetFocus();
|
||||
mTrackPanel->SetFocusedTrack(newLeft);
|
||||
mTrackPanel->EnsureVisible(newLeft);
|
||||
RedrawProject();
|
||||
|
Loading…
x
Reference in New Issue
Block a user