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

Issue #48 FileDialog created displays error if no fileFilter Path set #229

Merged
merged 1 commit into from
Aug 2, 2022

Commits on Aug 2, 2022

  1. Bug eclipse-platform#48 FileDialog created with SWT.OPEN displays err…

    …or if no FilterPath set
    
    +if no filename set defaults to location of file
    
    The issue was caused by if no filename was set then it would try to open file "" as a default which creates an error. This is simply fixed by if no filename is set then set the filename to location of the file
    
    Signed-off-by: Jason Wang <[email protected]>
    Jason Wang authored and akurtakov committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    a14c9e3 View commit details
    Browse the repository at this point in the history