mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 00:59:43 +02:00
Revert "Bug1299: Shouldn't lose track focus after applying a chain."
This reverts commit a44ff801a6deb8fa259c073057e35b736c1c3272.
This commit is contained in:
parent
a44ff801a6
commit
074d0daf3d
@ -6423,8 +6423,7 @@ void AudacityProject::OnEditLabels()
|
||||
|
||||
void AudacityProject::OnApplyChain()
|
||||
{
|
||||
// Bug1299: Make Track panel the parent so it gets focus back
|
||||
BatchProcessDialog dlg(GetTrackPanel());
|
||||
BatchProcessDialog dlg(this);
|
||||
dlg.ShowModal();
|
||||
ModifyUndoMenuItems();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user