mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Initialize bools in the headers in editor
This commit is contained in:
parent
d7019de7e3
commit
918b09cabc
70 changed files with 175 additions and 389 deletions
|
|
@ -175,8 +175,6 @@ void EditorDirDialog::_bind_methods() {
|
|||
}
|
||||
|
||||
EditorDirDialog::EditorDirDialog() {
|
||||
updating = false;
|
||||
|
||||
set_title(TTR("Choose a Directory"));
|
||||
set_hide_on_ok(false);
|
||||
|
||||
|
|
@ -206,6 +204,4 @@ EditorDirDialog::EditorDirDialog() {
|
|||
add_child(mkdirerr);
|
||||
|
||||
get_ok_button()->set_text(TTR("Choose"));
|
||||
|
||||
must_reload = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue