mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 18:34:42 +00:00
Refreshing pins after saving
This commit is contained in:
@@ -420,6 +420,10 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
pinsPanel.clear();
|
||||
}
|
||||
|
||||
public void refreshPins() {
|
||||
pinsPanel.refresh();
|
||||
}
|
||||
|
||||
public void destroyPins() {
|
||||
pinsPanel.destroy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user