mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +02:00
Fix compilation with llvm 11.0.1
This commit is contained in:
parent
bef40f0ab9
commit
d47264accf
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user