make sure dialogs can support alpha transparency sliders
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -278,6 +278,7 @@ bool wxApp::DoInitGui()
|
|||||||
|
|
||||||
appcontroller = OSXCreateAppController();
|
appcontroller = OSXCreateAppController();
|
||||||
[NSApp setDelegate:appcontroller];
|
[NSApp setDelegate:appcontroller];
|
||||||
|
[NSColor setIgnoresAlpha:NO];
|
||||||
|
|
||||||
// calling finishLaunching so early before running the loop seems to trigger some 'MenuManager compatibility' which leads
|
// 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
|
// to the duplication of menus under 10.5 and a warning under 10.6
|
||||||
|
Reference in New Issue
Block a user