mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 21:32:01 +00:00
Fixed: #2384 Vanishing pins on AS3 code editing save
This commit is contained in:
@@ -1734,6 +1734,10 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
|
||||
|
||||
if (oldSp != null) {
|
||||
hilightScript(localAbc.getOpenable(), oldSp, scriptNode);
|
||||
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