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];