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:
Unknown W. Brackets 2021-09-27 23:39:33 -07:00
parent 374569ce7e
commit 931ba43216
4 changed files with 2 additions and 12 deletions

View file

@ -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);