mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 05:15:39 +00:00
Fixed: #1651 FLA Export - mask layers
This commit is contained in:
@@ -1201,7 +1201,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
}
|
||||
|
||||
private void showSelectedName() {
|
||||
if (selectedDepth > -1 && frame > -1) {
|
||||
if (selectedDepth > -1 && frame > -1 && timelined != null) {
|
||||
DepthState ds = timelined.getTimeline().getFrame(frame).layers.get(selectedDepth);
|
||||
if (ds != null) {
|
||||
CharacterTag cht = timelined.getTimeline().swf.getCharacter(ds.characterId);
|
||||
@@ -1573,7 +1573,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
|
||||
textTag = null;
|
||||
newTextTag = null;
|
||||
displayObjectCache.clear();
|
||||
displayObjectCache.clear();
|
||||
}
|
||||
|
||||
private void nextFrame(Timer thisTimer, final int cnt, final int timeShouldBe) {
|
||||
|
||||
Reference in New Issue
Block a user