1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Fix compilation with llvm 11.0.1

This commit is contained in:
James Crook 2021-04-14 22:51:59 +01:00
parent bef40f0ab9
commit d47264accf

View File

@ -572,7 +572,7 @@ void Grid::OnKeyDown(wxKeyEvent &event)
{
wxTextDataObject *data = safenew wxTextDataObject(GetCellValue(crow, ccol));
wxClipboard::Get()->SetData(data);
SetCellValue(crow, ccol, {});
SetCellValue(crow, ccol, "" );
return;
}
break;