mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 20:01:54 +00:00
Fixed: #2384 Vanishing pins on AS3 code editing save, on script deletion and few other cases - few more cases
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user