mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
7124326: [macosx] An issue similar to autoshutdown one in two AppContexts situation
Don't add SystemTrayPeer to the peers map Reviewed-by: art, leonidr
This commit is contained in:
parent
9931c2f2b8
commit
98dba02e88
1 changed files with 0 additions and 1 deletions
|
@ -216,7 +216,6 @@ public class LWCToolkit extends LWToolkit {
|
||||||
@Override
|
@Override
|
||||||
public SystemTrayPeer createSystemTray(SystemTray target) {
|
public SystemTrayPeer createSystemTray(SystemTray target) {
|
||||||
SystemTrayPeer peer = new CSystemTray();
|
SystemTrayPeer peer = new CSystemTray();
|
||||||
targetCreatedPeer(target, peer);
|
|
||||||
return peer;
|
return peer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue