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

JADE: Actually quit when "EXIT" is selected in main menu #277

Merged
merged 1 commit into from May 30, 2018

Conversation

dressupgeekout
Copy link
Contributor

No description provided.

@@ -125,6 +127,9 @@ void MainMenu::callbackActive(Widget &widget) {
playVideo("creditmovie");
return;
}

if (widget.getTag() == "EXIT")
EventMan.requestQuit();
Copy link
Member

Choose a reason for hiding this comment

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

Please, indent with tabs. Tabs for indentation, spaces for alignment.

It helps if you set your editor/IDE to show tabs and/or spaces. This is how it looks in my vim setup:
tabs

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Derp I usually pay attention to that sort of thing >.<

@DrMcCoy DrMcCoy merged commit c7bfab5 into xoreos:master May 30, 2018
@DrMcCoy
Copy link
Member

DrMcCoy commented May 30, 2018

Merged, thanks! :)

@dressupgeekout dressupgeekout deleted the jade_gui_exit branch May 30, 2018 15:30
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