mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 07:31:16 +02:00
I forgot to re-enable the edit button when we go to edit an item.
This commit is contained in:
@@ -201,6 +201,7 @@ void BatchCommandDialog::SetCommandAndParams(const wxString &Command, const wxSt
|
||||
if( item != -1 )
|
||||
{
|
||||
mChoices->SetItemState(item, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
|
||||
mEditParams->Enable( true );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user