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:
parent
a44ff801a6
commit
074d0daf3d
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user