1
0
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:
martynshaw99
2011-08-16 22:39:30 +00:00
parent c7d2c6e282
commit c3646677ea

View File

@@ -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 );
}
}