Integrated: 8262802: Wrong context origin coordinates when using EGL and HiDPI
Jose Pereda
jpereda at openjdk.java.net
Fri Mar 5 08:43:43 UTC 2021
On Wed, 3 Mar 2021 22:44:11 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
> See [issue](https://bugs.openjdk.java.net/browse/JDK-8262802) for detailed description.
>
> This PR solves the wrong calculations of ContextX and ContextY in ES2SwapChain when EGL is used on HiDPI devices, by using properly scaled dimensions. Without these changes, any popup control is misplaced.
This pull request has now been integrated.
Changeset: e394b0a6
Author: Jose Pereda <jpereda at openjdk.org>
URL: https://git.openjdk.java.net/jfx/commit/e394b0a6
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
8262802: Wrong context origin coordinates when using EGL and HiDPI
Reviewed-by: kcr
-------------
PR: https://git.openjdk.java.net/jfx/pull/416
More information about the openjfx-dev
mailing list