1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

fix font import path on windows, closes #1675

This commit is contained in:
Juan Linietsky
2015-05-04 15:06:41 -03:00
parent fbbe7dcdfb
commit 2a02d3f96f
4 changed files with 14 additions and 6 deletions

View File

@@ -92,7 +92,6 @@ void FileDialog::_file_entered(const String& p_file) {
}
void FileDialog::_save_confirm_pressed() {
String f=dir_access->get_current_dir().plus_file(file->get_text());
emit_signal("file_selected",f);
hide();