mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Prevent "Could not transfer data..." message in Audaicty log
This commit is contained in:
parent
5c80f6f19f
commit
2002cd91dd
@ -68,6 +68,16 @@ public:
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual bool TransferToWindow() wxOVERRIDE
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
virtual bool TransferFromWindow() wxOVERRIDE
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
void OnChar(wxKeyEvent &evt)
|
void OnChar(wxKeyEvent &evt)
|
||||||
{
|
{
|
||||||
evt.Skip();
|
evt.Skip();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user