Temporary core API updates
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / text-view / text-view-impl.cpp
index 76d4539..5b3e460 100644 (file)
@@ -736,12 +736,12 @@ void TextView::SetSortModifier( float depthOffset )
        it != endIt;
        ++it )
   {
-    ( *it ).SetSortModifier( depthOffset );
+   // ( *it ).SetSortModifier( depthOffset );
   }
 
   if( mOffscreenImageActor )
   {
-    mOffscreenImageActor.SetSortModifier( depthOffset );
+   // mOffscreenImageActor.SetSortModifier( depthOffset );
   }
 }