mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-04 22:49:07 +02:00
Bug 2284 - Macro Manager offers to apply changes to wrong macro
This commit is contained in:
parent
a6699ed494
commit
4512ad76ac
@ -1008,6 +1008,10 @@ void MacrosWindow::OnRemove(wxCommandEvent & WXUNUSED(event))
|
|||||||
item--;
|
item--;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Bug 2284. The macro we have just removed might have been
|
||||||
|
// changed. Since we've just deleted the macro, we should
|
||||||
|
// forget about that change.
|
||||||
|
mChanged = false;
|
||||||
mActiveMacro = mMacros->GetItemText(item);
|
mActiveMacro = mMacros->GetItemText(item);
|
||||||
|
|
||||||
PopulateMacros();
|
PopulateMacros();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user