X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Ftext-view%2Ftext-view-impl.cpp;h=3619590d1654cc7a60e41b6c0cc45713553183b2;hp=241bcaaa5af7839b15f453ba46bf7b2de3e7ba15;hb=d011049f576aaf534d52180829398b917e08de04;hpb=58f974300c5f41bdb34852cff825e2197eb13a9f diff --git a/dali-toolkit/internal/controls/text-view/text-view-impl.cpp b/dali-toolkit/internal/controls/text-view/text-view-impl.cpp index 241bcaa..3619590 100644 --- a/dali-toolkit/internal/controls/text-view/text-view-impl.cpp +++ b/dali-toolkit/internal/controls/text-view/text-view-impl.cpp @@ -763,7 +763,7 @@ void TextView::SetSnapshotModeEnabled( bool enable ) mOffscreenRootActor.SetColorMode( USE_OWN_COLOR ); mOffscreenRootActor.SetPositionInheritanceMode( DONT_INHERIT_POSITION ); - mOffscreenRootActor.SetInheritRotation( false ); + mOffscreenRootActor.SetInheritOrientation( false ); mOffscreenRootActor.SetInheritScale( false ); mOffscreenRootActor.SetDepthTestDisabled( true ); @@ -1494,7 +1494,7 @@ void TextView::ProcessSnapshot( const Size& textViewSize ) mOffscreenCameraActor = CameraActor::New(); mOffscreenCameraActor.SetParentOrigin( ParentOrigin::CENTER ); mOffscreenCameraActor.SetAnchorPoint( AnchorPoint::CENTER ); - mOffscreenCameraActor.SetRotation(Degree(180.f), Vector3::YAXIS); + mOffscreenCameraActor.SetOrientation(Degree(180.f), Vector3::YAXIS); mOffscreenCameraActor.SetType( Dali::Camera::FREE_LOOK ); // Inherits position from the offscreen root actor.