mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-30 23:23:44 +02:00
Bug 2342 - Macro Manager offers to apply changes to newly created macro
This commit is contained in:
parent
c63a1632dc
commit
2ab35e8c1b
@ -931,6 +931,11 @@ void MacrosWindow::OnMacrosEndEdit(wxListEvent &event)
|
||||
///
|
||||
void MacrosWindow::OnAdd(wxCommandEvent & WXUNUSED(event))
|
||||
{
|
||||
// Similar to Bug 2284 we may need to save a changed macro.
|
||||
if (!ChangeOK()) {
|
||||
return;
|
||||
}
|
||||
|
||||
while (true) {
|
||||
AudacityTextEntryDialog d(this,
|
||||
XO("Enter name of new macro"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user