RFR: JDK-8255439: System Tray icons get corrupted when windows scaling changes [v8]
Alexey Ivanov
aivanov at openjdk.java.net
Fri May 13 19:21:07 UTC 2022
On Fri, 13 May 2022 18:08:23 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Harshitha Onkar has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 11 additional commits since the last revision:
>>
>> - Merge branch 'master' into WinTrayIcon
>> - reverted SystemTray changes
>> - new changes - trayicon update triggered in WmTaskbarCreated
>> - trayicon update triggered on taskbar reload
>> - test case exit issue fix
>> - formatting changes
>> - resized instruction window and formatted line lengths
>> - removed whitespaces error due to CRLF
>> - removed whitespace error
>> - added manual to test case
>> - ... and 1 more: https://git.openjdk.java.net/jdk/compare/ebb69ea9...60391f28
>
> src/java.desktop/windows/classes/sun/awt/windows/WTrayIconPeer.java line 2:
>
>> 1: /*
>> 2: * Copyright (c) 2005, 2022, Oracle and/or its affiliates. All rights reserved.
>
> You can revert this file, since the only remaining changes are this copyright year and import statements, which are relating to your fix.
I'm for keeping the expanded imports in WTrayIconPeer.java, even it's the only change left now.
I'd probably remove the unused import from `TrayIcon.java` too. However, the change in this case is too minor.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8441
More information about the client-libs-dev
mailing list