Skip to content

Commit

Permalink
Merge pull request #24865 from guilhermefelipecgs/hide_error_label
Browse files Browse the repository at this point in the history
[Regression] Hides error_label of state machine on the first time.
  • Loading branch information
akien-mga authored Jan 9, 2019
2 parents fe8cdaf + c7d4807 commit 382f099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/plugins/animation_state_machine_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,7 @@ AnimationNodeStateMachineEditor::AnimationNodeStateMachineEditor() {
add_child(error_panel);
error_label = memnew(Label);
error_panel->add_child(error_label);
error_panel->hide();

undo_redo = EditorNode::get_singleton()->get_undo_redo();

Expand Down

0 comments on commit 382f099

Please sign in to comment.