Fixed: #2384 Vanishing pins on AS3 code editing save, on script deletion and few other cases

This commit is contained in:
Jindra Petřík
2025-01-17 21:47:12 +01:00
parent 96744b54fa
commit 88802ccc64
5 changed files with 26 additions and 2 deletions
@@ -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();