Closed DJ-Raven closed 3 months ago
Thanks a lot!
@steos Please update this line https://github.com/steos/jnafilechooser/blob/06992e3bd5968323ba925af973fb4f09fc17e911/api/src/main/java/jnafilechooser/api/WindowsFileChooser.java#L226
to match the changes from PR #21
Apologies for the oversight I didn't check for the previous update before making my changes.
isn't this already the current state on master?
Yes it's current on master.
Sorry, I was not quite following. I think I got it now - so we should have as condition only this:
if (!defaultFilename.isEmpty()) {
instead of
if (open && !defaultFilename.isEmpty()) {
right?
if (!defaultFilename.isEmpty()) {
yes
done, thanks a lot!
This PR update multi selections I see Issue #7 comment by @remcopoelstra. So please review this. Thank you.