Fixed PlaceObject preview not cleared causing sound to repeat

This commit is contained in:
Jindra Petřík
2022-12-26 15:36:04 +01:00
parent bbb2c6c008
commit 971e2ab1fe
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
### Fixed
- [#1914] DropShadow filter
- [#1916] Translation tool did not load up
- PlaceObject preview not cleared causing sound to repeat
## [18.1.0] - 2022-12-23
### Added

View File

@@ -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() {