mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 01:01:53 +00:00
Fixed: Pin header for AS2 script in the Resources view should show Class name in the title instead of tag full description
This commit is contained in:
@@ -6670,7 +6670,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
|
||||
public String itemToString(TreeItem item) {
|
||||
int index = getCurrentTree().getFullModel().getItemIndex(item);
|
||||
String itemToStr = item.toString();
|
||||
String itemToStr = getCurrentTree().convertValueToText(item, false, false, true, 0, false);
|
||||
if (index > 1) {
|
||||
return itemToStr + " [" + index + "]";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user