8182638: [macosx] Active modal dialog is hidden by another non-active one
Reviewed-by: azvegint, dmarkov
This commit is contained in:
parent
12cb440799
commit
e363c824b5
@ -674,6 +674,7 @@ public class CPlatformWindow extends CFRetainedResource implements PlatformWindo
|
||||
CWrapper.NSWindow.orderWindow(ptr, CWrapper.NSWindow.NSWindowAbove, ownerPtr);
|
||||
});
|
||||
});
|
||||
execute(CWrapper.NSWindow::orderFront);
|
||||
applyWindowLevel(target);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user