Skip to content

Fix issue with working directory.

Jonathan Wiedemann requested to merge github/fork/f3nix/filedialog-fix-1 into master

Created by: f3nix

Hi. This fixes an issue with setting the FileDialog's working directory after first save. If you try to open a file next you get this error message (xxx is a folder but a file was expected):

image

Qt5, native dialogs, KDE Plasma

Cheers, Mateusz

Thank you for creating a pull request to contribute to FreeCAD! To ease integration, please confirm the following:

  • Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0
  • Commit message is well-written

And please remember to update the Wiki with the features added or changed once this PR once it is merged.


Merge request reports