mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
UI: Disable scroll-to-top on resize of scrollview.
This commit is contained in:
parent
1318f29c8d
commit
2176920d5d
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ public:
|
|||
scrollToTarget_(false),
|
||||
inertia_(0),
|
||||
lastViewSize_(0.0f),
|
||||
scrollToTopOnSizeChange_(true) {}
|
||||
scrollToTopOnSizeChange_(false) {}
|
||||
|
||||
void Measure(const UIContext &dc, MeasureSpec horiz, MeasureSpec vert) override;
|
||||
void Layout() override;
|
||||
|
|
Loading…
Add table
Reference in a new issue