Deselect Keyframe when timeline is changed (fixes #2)
This commit is contained in:
@@ -84,6 +84,9 @@ public class ReplayModSimplePathing implements PathingRegistry {
|
||||
}
|
||||
|
||||
public void setCurrentTimeline(Timeline currentTimeline) {
|
||||
if (this.currentTimeline != currentTimeline) {
|
||||
selectedKeyframe = null;
|
||||
}
|
||||
this.currentTimeline = currentTimeline;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user