mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 04:35:28 +00:00
#676: extended logging for text import, imorpt logic moved to separated class, allow to ignore errors duting import
This commit is contained in:
@@ -736,7 +736,7 @@ public final class ImagePanel extends JPanel implements ActionListener, MediaDis
|
||||
if (frame >= timeline.getFrameCount()) {
|
||||
return;
|
||||
}
|
||||
if(frame<0){
|
||||
if (frame < 0) {
|
||||
return;
|
||||
}
|
||||
this.frame = frame;
|
||||
|
||||
Reference in New Issue
Block a user