mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 08:15:33 +00:00
Drawing actions fix.
Frame index fix.
This commit is contained in:
@@ -22,7 +22,6 @@ import com.jpexs.decompiler.flash.timeline.Timelined;
|
||||
import java.awt.BorderLayout;
|
||||
import java.awt.Color;
|
||||
import java.awt.Dimension;
|
||||
import java.awt.Rectangle;
|
||||
import java.awt.SystemColor;
|
||||
import java.awt.event.AdjustmentEvent;
|
||||
import java.awt.event.AdjustmentListener;
|
||||
@@ -68,7 +67,6 @@ public class TimelinePanel extends JPanel {
|
||||
|
||||
public void setDepth(int depth) {
|
||||
timelineBodyPanel.depthSelect(depth);
|
||||
timelineBodyPanel.scrollRectToVisible(timelineBodyPanel.getDepthBounds(depth));
|
||||
}
|
||||
|
||||
public void setTimelined(Timelined timelined) {
|
||||
|
||||
Reference in New Issue
Block a user