diff options
| author | Dawid Wdowiak <dwdw9@wp.pl> | 2018-12-30 09:03:59 +0100 |
|---|---|---|
| committer | Dawid Wdowiak <dwdw9@wp.pl> | 2018-12-30 09:25:13 +0100 |
| commit | 58ae20f239792fed6ca041515914d2fef4198fc6 (patch) | |
| tree | 9ff2889686ea3387381d6e97c67f29da1c996424 /editor/plugins/animation_state_machine_editor.cpp | |
| parent | ee6f1fa3f8a7aa48ed9becb0039f39e1c7f395cc (diff) | |
| download | redot-engine-58ae20f239792fed6ca041515914d2fef4198fc6.tar.gz | |
Removed graph node headers from state machine nodes
Diffstat (limited to 'editor/plugins/animation_state_machine_editor.cpp')
| -rw-r--r-- | editor/plugins/animation_state_machine_editor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/plugins/animation_state_machine_editor.cpp b/editor/plugins/animation_state_machine_editor.cpp index ee30294fe7..427b4eebee 100644 --- a/editor/plugins/animation_state_machine_editor.cpp +++ b/editor/plugins/animation_state_machine_editor.cpp @@ -572,8 +572,8 @@ 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_stylebox("frame", "GraphNode"); - Ref<StyleBox> style_selected = get_stylebox("selectedframe", "GraphNode"); + Ref<StyleBox> style = get_stylebox("state_machine_frame", "GraphNode"); + Ref<StyleBox> style_selected = get_stylebox("state_machine_selectedframe", "GraphNode"); Ref<Font> font = get_font("title_font", "GraphNode"); Color font_color = get_color("title_color", "GraphNode"); |
