file save finished, not tested

Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
chcurran
2021-09-15 15:42:54 -07:00
parent 0dfcc1ea42
commit 296fca722e
17 changed files with 588 additions and 140 deletions
@@ -829,12 +829,12 @@ namespace ScriptCanvasEditor
NodePaletteModel::NodePaletteModel()
: m_paletteId(AZ::Entity::MakeId())
{
UpgradeNotifications::Bus::Handler::BusConnect();
UpgradeNotificationsBus::Handler::BusConnect();
}
NodePaletteModel::~NodePaletteModel()
{
UpgradeNotifications::Bus::Handler::BusDisconnect();
UpgradeNotificationsBus::Handler::BusDisconnect();
DisconnectLambdas();