[8] request for review: 7160293: [macosx] FileDialog appears on secondary display
Andrew Brygin
andrew.brygin at oracle.com
Mon May 21 04:24:58 PDT 2012
The fix looks fine to me.
Thanks,
Andrew
On 21.05.2012 15:22, Dmitry Cherepanov wrote:
> Here's a patch for the problem - dialog appears on the wrong monitor.
>
> The minimal patch for this issue would be a one line change in
> nativeGetScreenNSWindowIsOn_AppKitThread (AWTWindow.m):
>
> - return 1;
> + return index;
>
> but the fix also includes some minor cleanup:
>
> http://cr.openjdk.java.net/~dcherepanov/7160293/webrev.0/
>
> Thanks,
> Dmitry
>
More information about the macosx-port-dev
mailing list