diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-17 21:02:53 -0700 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-17 21:06:08 -0700 |
| commit | a2c5d69385fe0d8c5a666d570f5b464ca302d37d (patch) | |
| tree | 7b4b6fa35dbe9f08c7f28e6e2aa0d58d6abf77f1 /audio/audacity/files/patch-src_widgets_Grid.cpp | |
| parent | science/py-nilearn: Update 0.7.0 -> 0.7.1 (diff) | |
audio/audacity: Update 2.4.2 -> 3.0.0
I also changed the default of LADSPA to OFF and LV2 to ON because LV2 is a new generation of LADSPA.
PR: 254598
Submitted by: xxjack12xx@gmail.com (maintainer)
Diffstat (limited to 'audio/audacity/files/patch-src_widgets_Grid.cpp')
| -rw-r--r-- | audio/audacity/files/patch-src_widgets_Grid.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/audacity/files/patch-src_widgets_Grid.cpp b/audio/audacity/files/patch-src_widgets_Grid.cpp new file mode 100644 index 000000000000..4945a5bc8067 --- /dev/null +++ b/audio/audacity/files/patch-src_widgets_Grid.cpp @@ -0,0 +1,11 @@ +--- src/widgets/Grid.cpp.orig 2021-02-04 18:52:51 UTC ++++ src/widgets/Grid.cpp +@@ -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; |
