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

This commit is contained in:
Jindra Petřík
2025-01-06 19:02:27 +01:00
parent 5560f311f2
commit c62cbdddff
2 changed files with 3 additions and 12 deletions

View File

@@ -470,7 +470,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
}
public void refreshPins() {
pinsPanel.refresh();
pinsPanel.load();
}
public void destroyPins() {
@@ -4796,7 +4796,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
}
reload(true);
pinsPanel.refresh();
refreshPins();
}
public void refreshTree() {
@@ -4825,7 +4825,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
}
reload(true);
updateMissingNeededCharacters();
pinsPanel.refresh();
refreshPins();
updateUiWithCurrentOpenable();
}