summaryrefslogtreecommitdiffstats
path: root/editor/editor_log.h
diff options
context:
space:
mode:
authorYuri Rubinsky <chaosus89@gmail.com>2024-06-01 13:15:13 +0300
committerChaosus <chaosus89@gmail.com>2024-08-28 15:14:26 +0300
commit52889ab7ee68d7814d2c443247f16445add89b7c (patch)
treefe76c7cb88186c01510d4e1f5195108d66316a79 /editor/editor_log.h
parentf648de1a83cf006dbfdaa075219ad4348628e58f (diff)
downloadredot-engine-52889ab7ee68d7814d2c443247f16445add89b7c.tar.gz
[Scene] Add SceneStringName::toggled
Diffstat (limited to 'editor/editor_log.h')
-rw-r--r--editor/editor_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_log.h b/editor/editor_log.h
index 9c652e912a..899b4a9ac4 100644
--- a/editor/editor_log.h
+++ b/editor/editor_log.h
@@ -102,7 +102,7 @@ private:
toggle_button->add_theme_color_override("icon_color_pressed", Color(1, 1, 1, 1));
toggle_button->set_focus_mode(FOCUS_NONE);
// When toggled call the callback and pass the MessageType this button is for.
- toggle_button->connect("toggled", p_toggled_callback.bind(type));
+ toggle_button->connect(SceneStringName(toggled), p_toggled_callback.bind(type));
}
int get_message_count() {