mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 20:00:46 +00:00
Clicking outside deselects object.
Timeline time offset fix.
This commit is contained in:
@@ -63,6 +63,7 @@ public class TimelinePanel extends JPanel {
|
||||
public void run() {
|
||||
timeline = timelined.getTimeline();
|
||||
depthPanel.setTimeline(timeline);
|
||||
timePanel.setTimeline(timeline);
|
||||
}
|
||||
});
|
||||
|
||||
@@ -159,5 +160,6 @@ public class TimelinePanel extends JPanel {
|
||||
this.timelined = timelined;
|
||||
timelineBodyPanel.setTimeline(timelined.getTimeline());
|
||||
depthPanel.setTimeline(timelined.getTimeline());
|
||||
timePanel.setTimeline(timelined.getTimeline());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user