1
0
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:
lllucius 2013-10-23 17:43:26 +00:00
parent 865e22c0ee
commit 4159bf3b8e

View File

@ -4824,6 +4824,7 @@ void AudacityProject::HandleMixAndRender(bool toNewTrack)
PushState(msg, _("Mix and Render"));
}
mTrackPanel->SetFocus();
mTrackPanel->SetFocusedTrack(newLeft);
mTrackPanel->EnsureVisible(newLeft);
RedrawProject();