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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user