From 72cc494df43a1b8054022ff4a22e86da5fa3e990 Mon Sep 17 00:00:00 2001 From: Antoine Mercadal Date: Fri, 6 Jul 2012 16:02:40 -0700 Subject: [PATCH] fix bug showing the CPComboBox's list under popover --- AppKit/_CPPopUpList.j | 1 + 1 file changed, 1 insertion(+) diff --git a/AppKit/_CPPopUpList.j b/AppKit/_CPPopUpList.j index d42d87a18..b214c777d 100644 --- a/AppKit/_CPPopUpList.j +++ b/AppKit/_CPPopUpList.j @@ -140,6 +140,7 @@ var ListColumnIdentifier = @"1"; [panel setTitle:@""]; [panel setFloatingPanel:YES]; [panel setBecomesKeyOnlyIfNeeded:YES]; + [panel setLevel:CPStatusWindowLevel]; [panel setHasShadow:YES]; [panel setShadowStyle:CPMenuWindowShadowStyle]; [panel setDelegate:self];