Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/audio/audacity/files/patch-src_widgets_Grid.cpp
16147 views
1
--- src/widgets/Grid.cpp.orig 2021-02-04 18:52:51 UTC
2
+++ src/widgets/Grid.cpp
3
@@ -572,7 +572,7 @@ void Grid::OnKeyDown(wxKeyEvent &event)
4
{
5
wxTextDataObject *data = safenew wxTextDataObject(GetCellValue(crow, ccol));
6
wxClipboard::Get()->SetData(data);
7
- SetCellValue(crow, ccol, {});
8
+ SetCellValue(crow, ccol, "");
9
return;
10
}
11
break;
12
13