Skip to content

Commit fc5f556

Browse files
committed
fixes disappearing imageIcon in Tracker.
1 parent dd8e239 commit fc5f556

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
-1.12 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20251218091505
1+
20260110113922
-1.12 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20251218091505
1+
20260110113922
3 Bytes
Binary file not shown.

sources/net.sf.j2s.java.core/src/swingjs/plaf/JSComponentUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1993,7 +1993,7 @@ && isFrameIndependent() && !isSticky) {
19931993
DOMNode.transferTo(outerNode, body);
19941994
DOMNode.setStyle(outerNode, "position", "absolute");
19951995
}
1996-
} else {
1996+
} else if (imageNode == null){
19971997
DOMNode.setStyle(outerNode, "overflow", "hidden");
19981998
}
19991999
setTainted(false);

0 commit comments

Comments
 (0)