mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 09:05:28 +00:00
stop sound when changing the selected tag in dump view
This commit is contained in:
@@ -3092,6 +3092,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
}
|
||||
|
||||
public void showPreview(TreeItem treeItem, PreviewPanel previewPanel) {
|
||||
previewPanel.clear();
|
||||
if (treeItem == null) {
|
||||
previewPanel.showEmpty();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user