Removed NOOP page position setters 91/111891/1
authorPaul Wisbey <p.wisbey@samsung.com>
Tue, 24 Jan 2017 13:41:14 +0000 (13:41 +0000)
committerPaul Wisbey <p.wisbey@samsung.com>
Tue, 24 Jan 2017 13:41:18 +0000 (13:41 +0000)
ScrollViewPagePathEffect is supplying the real positions

Change-Id: I4697ad3b5f341eb075ec7cda4bf3e1a636a6da6e

demo/dali-table-view.cpp

index 799304e..67b9232 100644 (file)
@@ -460,10 +460,6 @@ void DaliTableView::Populate()
         }
       }
 
-      // Set tableview position
-      Vector3 pagePos( stageSize.width * TABLE_RELATIVE_SIZE.x * t, 0.0f, 0.0f );
-      page.SetPosition( pagePos );
-
       mPages.push_back( page );
 
       if( iter == mExampleList.end() )