1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Revert "fix mac build"

This reverts commit 2910cc2a6f.
This commit is contained in:
Paul Licameli
2016-06-25 22:17:24 -04:00
parent 2910cc2a6f
commit 107507e125
3 changed files with 10 additions and 10 deletions

View File

@@ -1187,7 +1187,7 @@ bool AudacityApp::OnInit()
#if defined(__WXMAC__)
// Disable window animation
wxSystemOptions::SetOption(wxMAC_WINDOW_PLAIN_TRANSITION, 0);
wxSystemOptions::SetOption(wxMAC_WINDOW_PLAIN_TRANSITION, 1);
#endif
#ifdef AUDACITY_NAME