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

System Editor Fixes #5787

Merged
merged 2 commits into from Mar 2, 2024
Merged

Conversation

Web-eWorks
Copy link
Member

  • Fix the tab key not working to confirm certain fields in the system editor (the changed value wasn't being written back to the datastructure unless the enter key was pressed). Fixes System editor issues - bodies not showing, file extension missing, etc #5746.
  • The initial state of the system editor didn't display edit fields for a body's population and agricultural index, as they're overwritten by random values when the system is loaded. Those fields are now shown but left disabled with a notice until the fields are honored by the system loading code.

- Passing the input flag EnterReturnsTrue prevented the changed value from being written back unless the enter key was pressed to confirm the change
- Rely on the undo system instead to handle intermediate edits of the value
- These properties are currently overwritten when loading custom systems
- Display a disabled edit field with a TODO notice until that changes
@Web-eWorks Web-eWorks merged commit 384d8f3 into pioneerspacesim:master Mar 2, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System editor issues - bodies not showing, file extension missing, etc
1 participant