mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
[DisplayServer] Add error messages and descriptions to callbacks.
This commit is contained in:
parent
be56cab58c
commit
714effdf07
11 changed files with 77 additions and 15 deletions
|
|
@ -671,7 +671,7 @@ void EditorNode::_notification(int p_what) {
|
|||
|
||||
callable_mp(this, &EditorNode::_begin_first_scan).call_deferred();
|
||||
|
||||
DisplayServer::get_singleton()->set_system_theme_change_callback(callable_mp(this, &EditorNode::_update_theme));
|
||||
DisplayServer::get_singleton()->set_system_theme_change_callback(callable_mp(this, &EditorNode::_update_theme).bind(false));
|
||||
|
||||
/* DO NOT LOAD SCENES HERE, WAIT FOR FILE SCANNING AND REIMPORT TO COMPLETE */
|
||||
} break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue