clear sound cache after replacing sound

This commit is contained in:
2016-08-07 15:20:32 +02:00
parent 21866da093
commit 9573a00c92
5 changed files with 2349 additions and 2362 deletions
@@ -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() {