Fix file extensions persisting in file dialog after export

This caused issues if one decided to export many formats in a row.
The new file extension would be appended to the previous one.

Now, the filename is retained without its extension for successive exports.

Fixes #7291
This commit is contained in:
Robbie Cooper
2017-10-28 04:57:29 -04:00
committed by Andreas Haas
parent 71a3e71b61
commit 24fe3bd605
2 changed files with 8 additions and 0 deletions

View File

@ -99,6 +99,8 @@ private:
Label *export_error;
HBoxContainer *export_templates_error;
String default_filename;
void _patch_selected(const String &p_path);
void _patch_deleted();