mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 10:10:52 +00:00
clear sound cache after replacing sound
This commit is contained in:
@@ -195,8 +195,10 @@ public class DumpViewPanel extends JPanel {
|
||||
}
|
||||
});
|
||||
|
||||
add(new JScrollPane(dumpViewHexTable), BorderLayout.CENTER);
|
||||
add(searchPanel, BorderLayout.SOUTH);
|
||||
JPanel hexPanel = new JPanel(new BorderLayout());
|
||||
hexPanel.add(new JScrollPane(dumpViewHexTable), BorderLayout.CENTER);
|
||||
hexPanel.add(searchPanel, BorderLayout.SOUTH);
|
||||
add(hexPanel, BorderLayout.CENTER);
|
||||
}
|
||||
|
||||
public void closeDumpViewSearch() {
|
||||
|
||||
Reference in New Issue
Block a user