From 5a83aecab99d4e70ade80eff1a720a96d4b92389 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sat, 6 May 2023 04:44:38 -0700 Subject: [PATCH] Mac: upgrade to wxWidgets 3.2.2.1 --- mac_build/buildWxMac.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mac_build/buildWxMac.sh b/mac_build/buildWxMac.sh index eb3e5f2053..14ae34f4da 100644 --- a/mac_build/buildWxMac.sh +++ b/mac_build/buildWxMac.sh @@ -45,6 +45,7 @@ # Updated 10/18/21 to add -Werror=unguarded-availability compiler flag # Updated 2/6/23 changed MACOSX_DEPLOYMENT_TARGET to 10.13 # Updated 4/6/23 for wxCocoa 3.1.6 and for args now accepted by patch utility +# Updated 5/6/23/23 for wxCocoa 3.2.2.1 # ## This script requires OS 10.6 or later ## @@ -161,7 +162,7 @@ if [ ! -f src/osx/cocoa/choice.mm.orig ]; then cat >> /tmp/choice_mm_diff << ENDOFFILE --- src/osx/cocoa/choice.mm 2021-09-28 22:52:32.000000000 -0700 +++ src/osx/cocoa/choice_patched.mm 2021-09-30 01:08:32.000000000 -0700 -@@ -130,6 +130,15 @@ +@@ -93,6 +93,15 @@ m_popUpMenu->FindItemByPosition( pos )->SetItemLabel( s ) ; }