Merge branch 'development' of https://github.com/aws-lumberyard/o3de into Neil_P0_updates

This commit is contained in:
Neil Widmaier
2022-02-03 10:32:31 -08:00
2 changed files with 2 additions and 0 deletions
@@ -783,6 +783,7 @@ namespace AzToolsFramework
}
EBUS_EVENT(ToolsApplicationEvents::Bus, InvalidatePropertyDisplay, Refresh_EntireTree);
ToolsApplicationRequests::Bus::Broadcast(&ToolsApplicationRequests::Bus::Events::AddDirtyEntity, GetEntityId());
}
void ScriptEditorComponent::LoadProperties()
@@ -712,6 +712,7 @@ namespace ScriptCanvasEditor
bool rollbackRequired = false;
nodeEntity->Deactivate();
RemoveNode(oldNode->GetEntityId());
nodeEntity->RemoveComponent(oldNode);
nodeEntity->AddComponent(newNode);