OpenJDK / jdk8u / jdk8u / jdk
changeset 6457:40a45a72a120
8005997: [macosx] Printer Dialog opens an additional title bar
Reviewed-by: anthony, art
Contributed-by: petr.pchelko@oracle.com
author | serb |
---|---|
date | Thu, 24 Jan 2013 15:55:04 +0400 |
parents | 04d2005fa178 |
children | fab11b21ee6e |
files | src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java Thu Jan 24 15:52:25 2013 +0400 +++ b/src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java Thu Jan 24 15:55:04 2013 +0400 @@ -923,6 +923,10 @@ return false; } + if (blocker instanceof CPrinterDialogPeer) { + return true; + } + CPlatformWindow pWindow = (CPlatformWindow)blocker.getPlatformWindow(); pWindow.orderAboveSiblings();