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:
Fix:
- As @mkov directed in issue #5946 (closed), moving
filename_entry_original_value = filename_label;outside ofif()solved it. -
After:

