Fix the warning message from not using the editor theme, closes #5002
This commit is contained in:
parent
ef9720c8f0
commit
5c5e22b252
1 changed files with 1 additions and 1 deletions
|
@ -6275,7 +6275,7 @@ EditorNode::EditorNode() {
|
|||
logo->set_texture(gui_base->get_icon("Logo","EditorIcons") );
|
||||
|
||||
warning = memnew( AcceptDialog );
|
||||
add_child(warning);
|
||||
gui_base->add_child(warning);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue