Undo move.

This commit is contained in:
Jindra Petřík
2024-10-29 16:55:43 +01:00
parent 8c06fdbe28
commit 6106253451
5 changed files with 265 additions and 36 deletions
@@ -69,6 +69,10 @@ public class TimelinePanel extends JPanel {
timelineBodyPanel.depthSelect(depth);
}
public void setFrame(int frame, int depth) {
timelineBodyPanel.frameSelect(frame, depth);
}
public void setTimelined(Timelined timelined) {
this.removeAll();
if (timelined == null) {