X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/395506ea99d9bb1f8e255b6b48fea9d547f02797..0afeb753e0a6a3fdba290bf3612bb2f012d44d95:/src/osx/cocoa/utils.mm?ds=inline diff --git a/src/osx/cocoa/utils.mm b/src/osx/cocoa/utils.mm index f4702bb185..66bf2fb682 100644 --- a/src/osx/cocoa/utils.mm +++ b/src/osx/cocoa/utils.mm @@ -278,6 +278,7 @@ bool wxApp::DoInitGui() appcontroller = OSXCreateAppController(); [NSApp setDelegate:appcontroller]; + [NSColor setIgnoresAlpha:NO]; // calling finishLaunching so early before running the loop seems to trigger some 'MenuManager compatibility' which leads // to the duplication of menus under 10.5 and a warning under 10.6