mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 18:50:48 +00:00
committed by
Jindra Petřík
parent
5573917e2d
commit
611c3cd85e
@@ -6124,7 +6124,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
|||||||
oldItem = treeItem;
|
oldItem = treeItem;
|
||||||
|
|
||||||
// show the preview of the tag when the user clicks to the tagname inside the scripts node, too
|
// show the preview of the tag when the user clicks to the tagname inside the scripts node, too
|
||||||
// this is a little bit inconsistent, beacuse the frames (FrameScript) are not shown
|
// this is a little bit inconsistent, because the frames (FrameScript) are not shown
|
||||||
boolean preferScript = false;
|
boolean preferScript = false;
|
||||||
if (treeItem instanceof TagScript) {
|
if (treeItem instanceof TagScript) {
|
||||||
treeItem = ((TagScript) treeItem).getTag();
|
treeItem = ((TagScript) treeItem).getTag();
|
||||||
|
|||||||
Reference in New Issue
Block a user