From 0fa499bd61f0f4dd35b5bfa57fb309fde65eabb0 Mon Sep 17 00:00:00 2001 From: Antoine Mercadal Date: Tue, 30 Oct 2012 11:09:38 -0700 Subject: [PATCH] Makes CPAlert above popovers --- AppKit/CPAlert.j | 1 + 1 file changed, 1 insertion(+) diff --git a/AppKit/CPAlert.j b/AppKit/CPAlert.j index 180f6e952..6ed8e1d73 100644 --- a/AppKit/CPAlert.j +++ b/AppKit/CPAlert.j @@ -595,6 +595,7 @@ CPCriticalAlertStyle = 2; frame.size = [self currentValueForThemeAttribute:@"size"]; _window = [[CPWindow alloc] initWithContentRect:frame styleMask:forceStyle || _defaultWindowStyle]; + [_window setLevel:CPStatusWindowLevel]; if (_title) [_window setTitle:_title];