diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-11-19 00:35:04 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-11-19 00:35:04 -0300 |
commit | 068b177c125c6816d92afeac8216b9ae926803d3 (patch) | |
tree | 749c0c6cac23abd6dbc4e6022eeb016dbb1fd993 /tools/editor/project_export.cpp | |
parent | a0564efb657fa973e3facdbd383f2d064f92ca62 (diff) | |
parent | 31fa1bb8bd6b6ed3c9e8ebcae78d50482ccd9538 (diff) |
Merge pull request #2292 from blackwc/can_export
Improve export validation
Diffstat (limited to 'tools/editor/project_export.cpp')
-rw-r--r-- | tools/editor/project_export.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/project_export.cpp b/tools/editor/project_export.cpp index 30c7c9cfda..cd6dc06f75 100644 --- a/tools/editor/project_export.cpp +++ b/tools/editor/project_export.cpp @@ -193,6 +193,8 @@ void ProjectExportDialog::_prop_edited(String what) { _save_export_cfg(); + _validate_platform(); + } void ProjectExportDialog::_filters_edited(String what) { |