mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 15:38:34 +00:00
work around for bug #12625
This commit is contained in:
parent
b7b6ae706f
commit
055cf2e30f
@ -59,7 +59,7 @@ file_dialog::file_dialog(display &disp, const std::string& file_path,
|
||||
gui::dialog(disp, title, file_path, gui::OK_CANCEL),
|
||||
show_directory_buttons_(show_directory_buttons),
|
||||
files_list_(NULL),
|
||||
last_selection_(0),
|
||||
last_selection_(-1),
|
||||
last_textbox_text_(),
|
||||
chosen_file_(".."),
|
||||
autocomplete_(true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user