mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-21 06:26:38 +00:00
Fix the warning message from not using the editor theme, closes #5002
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user