1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 07:40:23 +02: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();