mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-02 20:37:38 +02: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