-
-
Notifications
You must be signed in to change notification settings - Fork 531
[#2158] Add ok/cancel button for simulation editing #2163
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
Conversation
|
The cancel button applies the (1) change to the launch rod length; (2) always launch up or down wind check box. |
Fixed now. This was actually a pre-existing bug, where setting the launch rod length or launch into wind boolean did not fire a change event. |
|
Functions as expected, no anomalous behavior found. OR Build: 1682 |
This PR is a continuation of #2149, so merge that first. It fixes #2158 by adding an ok/cancel button in the simulation edit dialog, similar to what is present for component editing.
Changes:
Demo:
Screen.Recording.2023-03-30.at.04.12.15.mp4
NOTE: this PR could be improved upon once #1391 is implemented.