mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Merge remote-tracking branch 'dave/metadatacancel'
This commit is contained in:
commit
2a4794760c
@ -1365,6 +1365,9 @@ void TagsEditor::DoCancel(bool escKey)
|
||||
// To avoid memory leak, don't forget DecRef()!
|
||||
editor->DecRef();
|
||||
mGrid->HideCellEditControl();
|
||||
#if defined(__WXMSW__)
|
||||
return;
|
||||
#endif
|
||||
}
|
||||
|
||||
auto focus = wxWindow::FindFocus();
|
||||
|
@ -142,7 +142,9 @@ class TagsEditor final : public wxDialogWrapper
|
||||
|
||||
virtual ~TagsEditor();
|
||||
|
||||
#if !defined(__WXMSW__)
|
||||
bool IsEscapeKey(const wxKeyEvent& /*event*/) override { return false; }
|
||||
#endif
|
||||
|
||||
void PopulateOrExchange(ShuttleGui & S);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user