Repair upgrade notification after bad automatic merge

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-09-30 14:59:11 -07:00
parent 619948231a
commit 2185505302
5 changed files with 0 additions and 20 deletions
@@ -386,15 +386,6 @@ namespace ScriptCanvasEditor
AzFramework::AssetCatalogEventBus::Handler::BusDisconnect();
}
void ScriptCanvasRootPaletteTreeItem::OnUpgradeComplete()
{
ConnectLambdas();
AzFramework::AssetCatalogEventBus::Handler::BusConnect();
TraverseTree();
}
void ScriptCanvasRootPaletteTreeItem::OnUpgradeCancelled()
{
if (!AzFramework::AssetCatalogEventBus::Handler::BusIsConnected())