Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
MacOS: avoid hiding SceneBuilder menu bar with FXML menu bar when useSystemMenuBar property is enabled #405
MacOS: avoid hiding SceneBuilder menu bar with FXML menu bar when useSystemMenuBar property is enabled #405
Changes from 34 commits
0fc2a78
a94233f
a88229c
9e51383
1cbe93a
7195221
401c6f4
d946f46
bc22b83
e356320
074da20
043da8c
925490d
b074e42
c70fd94
333c73d
55c8cd0
448ce01
9396b17
d82aee6
56ec3d1
1adc6a5
ee6c66c
e1db7b6
fc4106a
44baa62
afd72f7
b36f01d
98d9b57
6d3453a
dfbeca1
b9fd009
1bfe40b
e61fd4c
93a8a40
1a723d7
0e244b9
3b4c5bc
97512d5
82b285b
f6c34ad
1800665
dfb4f19
da9738a
afa27e0
fadf87a
bc8ef4a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extract
Set.of(switches)
to a variable, so you don't create the set twice?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is now on set used for both places where it is required.