summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2024-03-01 09:52:21 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2024-05-28 17:36:54 +0300
commit714effdf077a5be8e4ed34d2d2455e5fb76fae56 (patch)
tree58df55f372d56db983d63943d0c41ebb149f9f2f /editor/editor_node.cpp
parentbe56cab58c056c074d1e02cd0b38641204e39f41 (diff)
downloadredot-engine-714effdf077a5be8e4ed34d2d2455e5fb76fae56.tar.gz
[DisplayServer] Add error messages and descriptions to callbacks.
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r--editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index 949916c2a3..7c312e266d 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -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;