Re: EA8 build of Project Lanai (Java 2D Metal rendering pipeline for macOS) is now posted

2020-12-29 Thread Hendrik Schreiber
Hi, I should add that so far I wasn’t able to repeat this glitch and no other application was affected, so this may also be completely unrelated. -hendrik > On Dec 29, 2020, at 21:07, Hendrik Schreiber wrote: > > Hi, > > For what it’s worth: I have tried this build with metal enabled on a co

RFR: 8257414: Drag n Drop target area is wrong on high DPI systems

2020-12-29 Thread Olga Mikhaltsova
Please, review this small fix for drag-n-drop on Linux with HiDPI turned on! This bug is due to the following reason: while scaling Java recalculates resolution (W x H) according to sun.java2d.uiScale (W/SCALE x H/SCALE) and works inside these new coordinates but at the same time the events, tha