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

@@ -441,15 +441,6 @@ public class PinsPanel extends JPanel {
}
}
}
public void refresh() {
for (PinButton button : buttons) {
button.refresh();
}
if (currentUnpinnedButton != null) {
currentUnpinnedButton.refresh();
}
}
public void refreshScriptPacks() {
for (int b = 0; b < buttons.size(); b++) {