Integrating latest 47acbe8
This commit is contained in:
@@ -56,7 +56,7 @@ namespace GraphCanvas
|
||||
AZ::Entity* entity = NodeComponent::CreateCoreNodeEntity(config);
|
||||
entity->SetName("NodeGroup");
|
||||
|
||||
entity->CreateComponent<StylingComponent>(Styling::Elements::BlockComment::BlockComment, AZ::EntityId());
|
||||
entity->CreateComponent<StylingComponent>(Styling::Elements::NodeGroup::NodeGroup, AZ::EntityId());
|
||||
entity->CreateComponent<NodeGroupFrameComponent>();
|
||||
entity->CreateComponent<NodeGroupLayoutComponent>();
|
||||
entity->CreateComponent<CommentNodeTextComponent>("Untitled Group");
|
||||
@@ -130,4 +130,4 @@ namespace GraphCanvas
|
||||
|
||||
m_layout->invalidate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user