RFR: 8262802: Wrong context origin coordinates when using EGL and HiDPI [v2]

Kevin Rushforth kcr at openjdk.java.net
Thu Mar 4 22:19:48 UTC 2021


On Wed, 3 Mar 2021 23:04:01 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.
>
> Jose Pereda has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Remove unnecessary spacing

Marked as reviewed by kcr (Lead).

-------------

PR: https://git.openjdk.java.net/jfx/pull/416


More information about the openjfx-dev mailing list