mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 07:00:45 +00:00
Fixed: #2384 Vanishing pins on AS3 code editing save, on script deletion and few other cases
This commit is contained in:
@@ -1737,7 +1737,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
|
||||
TreeItem sel = mainPanel.getCurrentTree().getCurrentTreeItem();
|
||||
if ((sel instanceof ScriptPack) && (sel != pack)) {
|
||||
mainPanel.replaceItemPin(pack, sel);
|
||||
}
|
||||
}
|
||||
}
|
||||
reload();
|
||||
mainPanel.clearEditingStatus();
|
||||
|
||||
Reference in New Issue
Block a user