mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-23 15:02:56 +02:00
Bug 2284 - Macro Manager offers to apply changes to wrong macro
This commit is contained in:
@@ -1008,6 +1008,10 @@ void MacrosWindow::OnRemove(wxCommandEvent & WXUNUSED(event))
|
||||
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);
|
||||
|
||||
PopulateMacros();
|
||||
|
Reference in New Issue
Block a user