Clear dirty flag after doing an initial save or save as in Asset Editor (#1033)

This commit is contained in:
Terry Michaels
2021-05-28 14:28:36 -05:00
committed by GitHub
parent 9fb4ce59c4
commit e79c65d454
@@ -483,6 +483,8 @@ namespace AzToolsFramework
}
}
m_dirty = false;
AddRecentPath(targetFilePath);
SetStatusText(Status::assetCreated);