[go: up one dir, main page]

Fix for Choosing File directory in Export dialog broken

fixed issue #5946 (closed)

Issue:
  • Exporting a selected item from a saved file couldn't be done.
  • Filepicker kept popping up when clicking "Save", but the file wouldn't be saved.
  • Clicking cancel shows "You have to enter a filename".
  • Before:

Screenshot_from_2025-10-10_14-37-34

Screenshot_from_2025-10-10_14-37-51

Fix:

  • As @mkov directed in issue #5946 (closed), moving filename_entry_original_value = filename_label; outside of if() solved it.
  • After:

Screencast_from_2025-10-10_14-27-21

Merge request reports

Loading