[Windows] Fix root and current folder in native file dialog.

Co-authored-by: RedMser <redmser.jj2@gmail.com>
This commit is contained in:
bruvzg
2024-11-24 23:49:46 +02:00
committed by Pāvels Nadtočajevs
parent 0c45ace151
commit e0b4f3d314
5 changed files with 23 additions and 15 deletions

View File

@ -152,6 +152,7 @@ private:
Vector<Option> options;
Dictionary selected_options;
bool options_dirty = false;
String full_dir;
void update_dir();
void update_file_name();