diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-04-25 16:20:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 16:20:19 +0200 |
commit | 02bb8e948fb7ce230d9b293ffc362d305d08538c (patch) | |
tree | dc12804ebc10fd23dbc280d26270563013b4539b /editor/plugins/animation_state_machine_editor.cpp | |
parent | 49a7f929a6fc45e6f66f4f3c410d06b9966a1e55 (diff) | |
parent | 3073b85de93bd38d9e15064a105afb2eb381fd7d (diff) |
Merge pull request #60261 from fire-forge/theme-prop-renames
Diffstat (limited to 'editor/plugins/animation_state_machine_editor.cpp')
-rw-r--r-- | editor/plugins/animation_state_machine_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_state_machine_editor.cpp b/editor/plugins/animation_state_machine_editor.cpp index f0dabed652..2415615a45 100644 --- a/editor/plugins/animation_state_machine_editor.cpp +++ b/editor/plugins/animation_state_machine_editor.cpp @@ -558,7 +558,7 @@ void AnimationNodeStateMachineEditor::_state_machine_draw() { Ref<AnimationNodeStateMachinePlayback> playback = AnimationTreeEditor::get_singleton()->get_tree()->get(AnimationTreeEditor::get_singleton()->get_base_path() + "playback"); Ref<StyleBox> style = get_theme_stylebox(SNAME("state_machine_frame"), SNAME("GraphNode")); - Ref<StyleBox> style_selected = get_theme_stylebox(SNAME("state_machine_selectedframe"), SNAME("GraphNode")); + Ref<StyleBox> style_selected = get_theme_stylebox(SNAME("state_machine_selected_frame"), SNAME("GraphNode")); Ref<Font> font = get_theme_font(SNAME("title_font"), SNAME("GraphNode")); int font_size = get_theme_font_size(SNAME("title_font_size"), SNAME("GraphNode")); |