DSRenderViewDaliImpl: set the default anchor point of actor to TOP_LEFT. 12/241812/1
authorJoonbum Ko <joonbum.ko@samsung.com>
Thu, 13 Aug 2020 04:30:43 +0000 (13:30 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 10:11:35 +0000 (19:11 +0900)
Change-Id: I5a1c5b0b1bd38206a680e6b7a87c4270779d0606
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
src/DSRender/DSRenderViewDaliImpl.cpp

index f60a003..4940a3b 100644 (file)
@@ -97,7 +97,7 @@ DSRenderViewDaliImpl::DSRenderViewDaliImpl(std::shared_ptr<DSWindow> window, Dal
 
        // belows for testing //
        __textureViewActor.SetProperty(Actor::Property::PARENT_ORIGIN, ParentOrigin::TOP_LEFT);
-       __textureViewActor.SetProperty(Actor::Property::ANCHOR_POINT, AnchorPoint::TOP_CENTER);
+       __textureViewActor.SetProperty(Actor::Property::ANCHOR_POINT, AnchorPoint::TOP_LEFT);
        __textureViewActor.SetProperty(Actor::Property::POSITION, Vector3( 0.0f, 100.f, 0.0f ));
 
        offscreenWindow.Add(__textureViewActor);