mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 01:13:07 +00:00
Display depth when hovering ImagePanel
Display the depth of the objects under the cursor
This commit is contained in:
@@ -2207,6 +2207,10 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
first = false;
|
||||
CharacterTag c = swf.getCharacter(ds.characterId);
|
||||
ret.append(c.toString());
|
||||
if(ds.depth > 0) {
|
||||
ret.append(" Depth: ");
|
||||
ret.append(ds.depth);
|
||||
}
|
||||
}
|
||||
|
||||
if (first) {
|
||||
|
||||
Reference in New Issue
Block a user