1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-04 10:43:08 +01: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();