allow adding "other type" tags

This commit is contained in:
honfika@gmail.com
2014-11-07 15:22:00 +01:00
parent 660520f44b
commit da5b8080ba
35 changed files with 391 additions and 47 deletions

View File

@@ -594,7 +594,7 @@ public final class ImagePanel extends JPanel implements ActionListener, MediaDis
img = image;
}
if (drawable.getTimeline().isSingleFrame()) {
if (drawable.getTimeline().isSingleFrame(frame)) {
SWF.putToCache(key, img);
}
}