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:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user