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

Expanded on the configuration options of the "display view" feature #1692

Merged
merged 5 commits into from Nov 28, 2017

Conversation

JWangAeronavics
Copy link
Contributor

These changes expand on the existing display view feature for creating custom layouts and allow developers to have finer control over what configuration options are available to the end user.

@meee1 meee1 merged commit c7ece1a into ArduPilot:master Nov 28, 2017
@@ -417,12 +417,29 @@ public void updateLayout(object sender, EventArgs e)
MenuSimulation.Visible = DisplayConfiguration.displaySimulation;
MenuTerminal.Visible = DisplayConfiguration.displayTerminal;
MenuHelp.Visible = DisplayConfiguration.displayHelp;
MenuDonate.Visible = DisplayConfiguration.displayDonate;
Copy link
Contributor

Choose a reason for hiding this comment

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

i will let this through for now.

@JWangAeronavics JWangAeronavics deleted the displayview-enhancements branch December 5, 2017 20:45
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.

None yet

2 participants