image panel fix

This commit is contained in:
honfika@gmail.com
2015-05-06 18:26:17 +02:00
parent 54f61ef862
commit 68133cc13d

View File

@@ -464,7 +464,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
counter++;
}
if (timer == null) {
if (timer == null && timelined != null) {
startTimer(counter, timelined.getTimeline(), false);
}
}