mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 14:20:46 +00:00
Undo move.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user