Fix typo error at remote-image-loading-example 54/296854/1
authorEunki Hong <eunkiki.hong@samsung.com>
Sat, 5 Aug 2023 08:22:00 +0000 (17:22 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Sat, 5 Aug 2023 08:22:00 +0000 (17:22 +0900)
Change-Id: I3d78228b0c927e9583e95ed8502eecaaf7f2b58c
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
examples/remote-image-loading/remote-image-loading-example.cpp

index 1063e1a..63f5d16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2023 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -108,7 +108,7 @@ public:
 
     mImageView5 = Toolkit::ImageView::New("http://static.midomi.com/h/images/w/weather_sunny.png");
     mImageView5.SetProperty(Dali::Actor::Property::NAME, "mImageView5");
-    mImageView4.SetProperty(Actor::Property::PARENT_ORIGIN, ParentOrigin::TOP_LEFT);
+    mImageView5.SetProperty(Actor::Property::PARENT_ORIGIN, ParentOrigin::TOP_LEFT);
     mImageView5.SetProperty(Actor::Property::ANCHOR_POINT, AnchorPoint::TOP_CENTER);
     mImageView5.SetProperty(Actor::Property::POSITION_USES_ANCHOR_POINT, false);
     mImageView5.SetProperty(Actor::Property::POSITION, Vector2(800, 100));