fix display of filename in fileselector.

always redraw filename text after editing it
This commit is contained in:
Thomas Bernard 2018-06-30 10:15:25 +02:00
parent 734bad13e1
commit 84070b43b2

View File

@ -2012,8 +2012,8 @@ byte Button_Load_or_Save(T_Selector_settings *settings, byte load, T_IO_Context
// Restore the old filename
strcpy(Selector_filename, save_filename);
Unicode_strlcpy(Selector_filename_unicode, save_filename_unicode, sizeof(Selector_filename_unicode)/sizeof(word));
Print_filename_in_fileselector();
}
Print_filename_in_fileselector();
Display_cursor();
break;
}