Commit 1c099c903b0b01865aef6292e9df9f9566a9d948
1 parent
b4373fbb
Removed NOOP page position setters
ScrollViewPagePathEffect is supplying the real positions Change-Id: I4697ad3b5f341eb075ec7cda4bf3e1a636a6da6e
Showing
1 changed file
with
0 additions
and
4 deletions
demo/dali-table-view.cpp
| ... | ... | @@ -460,10 +460,6 @@ void DaliTableView::Populate() |
| 460 | 460 | } |
| 461 | 461 | } |
| 462 | 462 | |
| 463 | - // Set tableview position | |
| 464 | - Vector3 pagePos( stageSize.width * TABLE_RELATIVE_SIZE.x * t, 0.0f, 0.0f ); | |
| 465 | - page.SetPosition( pagePos ); | |
| 466 | - | |
| 467 | 463 | mPages.push_back( page ); |
| 468 | 464 | |
| 469 | 465 | if( iter == mExampleList.end() ) | ... | ... |