1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-12 09:33:34 +02:00

Fix black screen after closing fullscreen window -- REBUILD WXWIDGETS

Works by un-full-screening before closing.  Patching wxWidgets was needed to
make that work correctly after full-screening by clicking on the green circle
in the title bar, but that fix is not needed for full screen after command+/
This commit is contained in:
Paul Licameli
2016-12-06 10:55:48 -05:00
parent f229aab58a
commit 0921942650
3 changed files with 126 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ http://forum.audacityteam.org/viewtopic.php?p=303835#p303835 .
patch -p0 -i <path to Audacity source>/mac/wxMac_additions/focusrings.patch .
patch -p0 -i <path to Audacity source>/mac/wxMac_additions/wxMac-3.0.2-wxaccessible.patch .
patch -p0 -i <path to Audacity source>/mac/wxMac_additions/tooldock-quit.patch .
patch -p0 -i <path to Audacity source>/mac/wxMac_additions/fullscreen.patch .
10) And finally build/install wxWidgets: