Skip to content

Commit

Permalink
Fix path fixture panel not resetting view correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed May 14, 2019
1 parent 5c05fee commit b915445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ public void select(PathFixture fixture, long duration)

if (!same)
{
this.speed.setChannel(fixture.speed);
this.speed.graph.duration = (int) fixture.getDuration();
this.speed.setChannel(fixture.speed);
this.speed.setVisible(this.fixture.useSpeed);
}

Expand Down

0 comments on commit b915445

Please sign in to comment.