Added #1871 Toogle buttons for disabling subsprite animation, display preview of sprites/frames

This commit is contained in:
Jindra Petřík
2022-11-20 22:12:19 +01:00
parent ac52e5d906
commit d23a841ef8
18 changed files with 203 additions and 51 deletions
@@ -49,7 +49,7 @@ public class TimelineViewPanel extends JPanel {
timeline.setTimelined(timelined);
add(new JPersistentSplitPane(JSplitPane.HORIZONTAL_SPLIT, timeline, previewPanel = new ImagePanel(), Configuration.guiTimeLineSplitPaneDividerLocationPercent));
previewPanel.setTimelined(timelined, timelined.getTimeline().swf, 0, true, true);
previewPanel.setTimelined(timelined, timelined.getTimeline().swf, 0, true, true, !Configuration.animateSubsprites.get(), true);
//previewPanel.setPreferredSize(new Dimension(400,300));
previewPanel.pause();
previewPanel.gotoFrame(0);