Fix error when path is no valid directory#2527
Conversation
Fixes the exception Folder parameter must be a valid folder
|
LGTM, but what is the normal behavior for system dialogs? If I select a file ijnstead of a directory, is it possible and selects the parent folder or is the select button inactive? |
|
@stefan-kolb My fix has only impact when opening the dialog, that it opens in a directory without an exception . It has no impact on the selection of files etc. Parent does not mean parent directory, but the directory itself (the parent of the file): |
|
Ah **** sorry for that! Yeah I know, i was aware of that. |
* upstream/master: Fix error when path is no valid directory (#2527) French localization: translation of a string French menu: localization Highlight groups that match any/all of the entries selected in the main table. (#2515) Fix % sign cleanup (#2521) Revert "Fix repeated escaping of % sign" (#2520) Fix repeated escaping of % sign (#2519) fix for #2482 deadlock on PDF import (#2517)
Fixes the exception Folder parameter must be a valid folder
Internal fix, 4.0.0 only
When no working directory is set and last used path was an actual file, File Dialog could not be opened.
Fixes #2522