mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 03:55:46 +00:00
Fixed: #2384 Vanishing pins on AS3 code editing save, on script deletion and few other cases
This commit is contained in:
@@ -500,6 +500,10 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
public void replaceItemPin(TreeItem oldItem, TreeItem newItem) {
|
||||
pinsPanel.replaceItem(oldItem, newItem);
|
||||
}
|
||||
|
||||
public void refreshPinnedScriptPacks() {
|
||||
pinsPanel.refreshScriptPacks();
|
||||
}
|
||||
|
||||
private void handleKeyReleased(KeyEvent e) {
|
||||
if (checkEdited()) {
|
||||
@@ -1878,6 +1882,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
if (tp != null) {
|
||||
getCurrentTree().setSelectionPath(tp);
|
||||
}
|
||||
refreshPinnedScriptPacks();
|
||||
}
|
||||
|
||||
private boolean isFilterEmpty(String filter) {
|
||||
|
||||
Reference in New Issue
Block a user