mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Work-around for bug 154
This commit is contained in:
@@ -869,6 +869,11 @@ void AudacityApp::OnFatalException()
|
||||
// main frame
|
||||
bool AudacityApp::OnInit()
|
||||
{
|
||||
#if defined(__WXGTK__)
|
||||
// Workaround for bug 154 -- initialize to false
|
||||
inKbdHandler = false;
|
||||
#endif
|
||||
|
||||
#if defined(__WXMAC__)
|
||||
// Disable window animation
|
||||
wxSystemOptions::SetOption( wxMAC_WINDOW_PLAIN_TRANSITION, 1 );
|
||||
|
||||
Reference in New Issue
Block a user