1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-07 15:22:34 +02:00

Revert "Bug1299: Shouldn't lose track focus after applying a chain."

This reverts commit a44ff801a6deb8fa259c073057e35b736c1c3272.
This commit is contained in:
Paul Licameli 2016-01-27 14:55:49 -05:00
parent a44ff801a6
commit 074d0daf3d

View File

@ -6423,8 +6423,7 @@ void AudacityProject::OnEditLabels()
void AudacityProject::OnApplyChain() void AudacityProject::OnApplyChain()
{ {
// Bug1299: Make Track panel the parent so it gets focus back BatchProcessDialog dlg(this);
BatchProcessDialog dlg(GetTrackPanel());
dlg.ShowModal(); dlg.ShowModal();
ModifyUndoMenuItems(); ModifyUndoMenuItems();
} }