mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 06:20:55 +00:00
Fixed PlaceObject preview not cleared causing sound to repeat
This commit is contained in:
@@ -906,6 +906,7 @@ public class PreviewPanel extends JPersistentSplitPane implements TagEditorPanel
|
||||
|
||||
public void clear() {
|
||||
imagePanel.clearAll();
|
||||
placeImagePanel.clearAll();
|
||||
if (media != null) {
|
||||
try {
|
||||
media.close();
|
||||
@@ -916,7 +917,7 @@ public class PreviewPanel extends JPersistentSplitPane implements TagEditorPanel
|
||||
|
||||
binaryPanel.setBinaryData(null);
|
||||
genericTagPanel.clear();
|
||||
fontPanel.clear();
|
||||
fontPanel.clear();
|
||||
}
|
||||
|
||||
public void closeTag() {
|
||||
|
||||
Reference in New Issue
Block a user