8182638: [macosx] Active modal dialog is hidden by another non-active one

Reviewed-by: azvegint, dmarkov
This commit is contained in:
Semyon Sadetsky 2017-10-16 08:34:01 -07:00
parent 12cb440799
commit e363c824b5

View File

@ -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);
}