提交 62792077 编写于 作者: S serb

8005997: [macosx] Printer Dialog opens an additional title bar

Reviewed-by: anthony, art
Contributed-by: petr.pchelko@oracle.com
上级 dbd40778
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册