mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-23 00:35:13 +00:00
8005997: [macosx] Printer Dialog opens an additional title bar
Reviewed-by: anthony, art
This commit is contained in:
parent
6eb458d364
commit
3f2ea7f894
@ -923,6 +923,10 @@ public final class CPlatformWindow extends CFRetainedResource implements Platfor
|
||||
return false;
|
||||
}
|
||||
|
||||
if (blocker instanceof CPrinterDialogPeer) {
|
||||
return true;
|
||||
}
|
||||
|
||||
CPlatformWindow pWindow = (CPlatformWindow)blocker.getPlatformWindow();
|
||||
|
||||
pWindow.orderAboveSiblings();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user