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

File open dialog should have "supported formates" file type #3293

Merged
merged 1 commit into from
Oct 13, 2017

Conversation

stefan-kolb
Copy link
Member

Resolves #3255

image

@stefan-kolb stefan-kolb added the status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers label Oct 12, 2017
@@ -81,6 +81,7 @@ public void actionPerformed(ActionEvent e) {
DialogService ds = new FXDialogService();

FileChooser fs = ds.getConfiguredFileChooser(fileDialogConfiguration);
fs.getExtensionFilters().add(0, allImports);
Copy link
Member

Choose a reason for hiding this comment

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

Is there no setter for setting all filters?
Could be merged otherwise

@stefan-kolb stefan-kolb merged commit ac1165f into master Oct 13, 2017
@stefan-kolb stefan-kolb deleted the import-all branch October 13, 2017 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ready-for-review Pull Requests that are ready to be reviewed by the maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants