Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control time kept #663

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Control time kept #663

wants to merge 2 commits into from

Conversation

bjkomer
Copy link
Contributor

@bjkomer bjkomer commented Feb 6, 2016

Allows the time kept on the time slider to be configurable and saved to the config. Addresses #643

@bjkomer bjkomer added this to the 0.2 release milestone Feb 6, 2016

/** update the time axis display */
this.axis_g
.call(this.axis);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit silly to have on two lines.

@Seanny123
Copy link
Collaborator

@tcstewar this feature is ready for review now that it's been brought up to date with master

@tcstewar
Copy link
Collaborator

The kept_time value doesn't seem to persist. If I change the kept_time parameter and then reload the page, it goes back to the old 4s value. However, the config menu still has the changed value.....

sim.time_slider.update_kept_time(val);
}
});

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this in Nego.NetGraph? It isn't used by any of the NetGraph components...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants