Skip to content

FIX: Change delimiter ';' on ' ' in QT file dialog filters#1373

Merged
dictoon merged 1 commit intoappleseedhq:masterfrom
glebmish:change-file-dialog-delimeter
Apr 2, 2017
Merged

FIX: Change delimiter ';' on ' ' in QT file dialog filters#1373
dictoon merged 1 commit intoappleseedhq:masterfrom
glebmish:change-file-dialog-delimeter

Conversation

@glebmish
Copy link
Copy Markdown
Contributor

@glebmish glebmish commented Apr 2, 2017

With ';' wildcards of extensions are not recognized on some systems.
For example with filter equals (.png;.exr) not png not exr files are shown.
On the other hand, ' ' delimiter works well on any system and also advised in documentation.

With ';' wildcards of extensions are not recognized on some systems.
For example with filter equals (*.png;*.exr) not png not exr files are shown.
On the other hand, ' ' delimiter works well on any system and also advised in documentation.
@dictoon
Copy link
Copy Markdown
Member

dictoon commented Apr 2, 2017

Thanks!

@dictoon dictoon merged commit 4e18997 into appleseedhq:master Apr 2, 2017
@glebmish glebmish deleted the change-file-dialog-delimeter branch May 31, 2017 19:25
@glebmish glebmish changed the title Change delimiter ';' on ' ' in QT file dialog filters FIX: Change delimiter ';' on ' ' in QT file dialog filters Aug 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants