RFR: 8282526: Default icon is not painted properly [v4]
Alexander Zuev
kizune at openjdk.java.net
Fri Jun 3 05:16:31 UTC 2022
On Thu, 2 Jun 2022 22:15:49 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> I still do not see a reason why we cannot request the exact size of the image from the windows, so if the small icon and the screen scale is 1.25 we can try to extract 20x20
Because for some files - and we can not predict which files these are - function will always return set of 16x16 and 32x32 icons - no matter what we request. For the icons that return proper sizes we do request exact sizes and use them.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7805
More information about the client-libs-dev
mailing list