1
0
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:
BusinessmanProgrammerSteve
2010-04-14 18:32:03 +00:00
parent f4beb6856d
commit 830db47f50
4 changed files with 37 additions and 1 deletions

View File

@@ -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 );