You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Merge pull request #58338 from aaronfranke/bools
Initialize bools in the headers in `editor/`
This commit is contained in:
@@ -1557,7 +1557,6 @@ EditorFileDialog::EditorFileDialog() {
|
||||
show_hidden_files = default_show_hidden_files;
|
||||
display_mode = default_display_mode;
|
||||
local_history_pos = 0;
|
||||
disable_overwrite_warning = false;
|
||||
VBoxContainer *vbc = memnew(VBoxContainer);
|
||||
add_child(vbc);
|
||||
|
||||
@@ -1814,15 +1813,12 @@ EditorFileDialog::EditorFileDialog() {
|
||||
set_hide_on_ok(false);
|
||||
vbox = vbc;
|
||||
|
||||
invalidated = true;
|
||||
if (register_func) {
|
||||
register_func(this);
|
||||
}
|
||||
|
||||
previews_enabled = true;
|
||||
preview_wheel_timeout = 0;
|
||||
preview_wheel_index = 0;
|
||||
preview_waiting = false;
|
||||
}
|
||||
|
||||
EditorFileDialog::~EditorFileDialog() {
|
||||
|
||||
Reference in New Issue
Block a user