mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-12 23:56:33 +01: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 )
|
if( item != -1 )
|
||||||
{
|
{
|
||||||
mChoices->SetItemState(item, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
|
mChoices->SetItemState(item, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
|
||||||
|
mEditParams->Enable( true );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user