UI: Remove scroll to top on size change.
It wasn't actually used anywhere, and I don't see a reason for it now.
This commit is contained in:
parent
374569ce7e
commit
931ba43216
4 changed files with 2 additions and 12 deletions
|
@ -250,7 +250,6 @@ void ControlMappingScreen::CreateViews() {
|
|||
|
||||
rightScroll_ = new ScrollView(ORIENT_VERTICAL, new LinearLayoutParams(1.0f));
|
||||
rightScroll_->SetTag("ControlMapping");
|
||||
rightScroll_->SetScrollToTop(false);
|
||||
LinearLayout *rightColumn = new LinearLayoutList(ORIENT_VERTICAL);
|
||||
rightScroll_->Add(rightColumn);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue