diff options
| author | Juan Linietsky | 2017-10-05 15:34:34 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-10-05 15:34:34 -0300 |
| commit | 3d87b70f7a8cadaab581c481fcc51622e8043ee0 (patch) | |
| tree | 0dcf539804decaf77f74086774a32c64872e7c11 /editor/create_dialog.cpp | |
| parent | 928efe06d672d8afeb595f75878746a51e4dc2ce (diff) | |
| download | godot-3d87b70f7a8cadaab581c481fcc51622e8043ee0.tar.gz godot-3d87b70f7a8cadaab581c481fcc51622e8043ee0.tar.zst godot-3d87b70f7a8cadaab581c481fcc51622e8043ee0.zip | |
Diffstat (limited to 'editor/create_dialog.cpp')
| -rw-r--r-- | editor/create_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/create_dialog.cpp b/editor/create_dialog.cpp index ca68d84ab..520bf480f 100644 --- a/editor/create_dialog.cpp +++ b/editor/create_dialog.cpp @@ -83,7 +83,7 @@ void CreateDialog::popup_create(bool p_dontclear) { _update_favorite_list(); // Restore valid window bounds or pop up at default size. - if (EditorSettings::get_singleton()->has("interface/dialogs/create_new_node_bounds")) { + if (EditorSettings::get_singleton()->has_setting("interface/dialogs/create_new_node_bounds")) { popup(EditorSettings::get_singleton()->get("interface/dialogs/create_new_node_bounds")); } else { popup_centered_ratio(); |
