1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-04 16:14:00 +01:00

Prevent "Could not transfer data..." message in Audaicty log

This commit is contained in:
Leland Lucius
2021-02-07 20:49:11 -06:00
parent 5c80f6f19f
commit 2002cd91dd

View File

@@ -68,6 +68,16 @@ public:
return true;
}
virtual bool TransferToWindow() wxOVERRIDE
{
return true;
}
virtual bool TransferFromWindow() wxOVERRIDE
{
return true;
}
void OnChar(wxKeyEvent &evt)
{
evt.Skip();