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

Rework of sub-tabs #1715

Merged
merged 3 commits into from
May 24, 2020
Merged

Conversation

BlackYps
Copy link
Collaborator

Fixes #1712
Fixes #1713
Fixes #1714

grafik

@BlackYps BlackYps requested a review from 1-alex98 May 21, 2020 14:19
Comment on lines 80 to 86
@Override
protected void onHide() {
customGamesController.hide();
ladderController.hide();
coopController.hide();
}

Copy link
Member

Choose a reason for hiding this comment

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

Why delete that? That should not be done

playRootTabPane.getSelectionModel().select(coopTab);
coopController.display(navigateEvent);
lastTab = coopController;
} else if (Objects.equals(navigateEvent.getClass(), NavigateEvent.class)) {
lastTab.display(navigateEvent);
Copy link
Member

Choose a reason for hiding this comment

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

null check

@1-alex98 1-alex98 merged commit aafc988 into FAForever:develop May 24, 2020
@BlackYps BlackYps mentioned this pull request May 25, 2020
mrchris2000 pushed a commit to mrchris2000/downlords-faf-client that referenced this pull request Apr 15, 2022
* rearrange subtabs and highlight them more

* restore onHide function

* call onHide instead of hide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants