You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
None of the scroll bars in the trade window actually scroll, they're all static. Trying to use the scrollbar by dragging, clicking further along, and using the scrollwheel all do nothing.
Steps to reproduce
Open a trade
Fill one of the panels (available items, our offer, or their offer) with enough items to render a scrollbar
Try to scroll the panel
The text was updated successfully, but these errors were encountered:
Looks to be related to changes made in VerticalScrollContainer that internalised the previous scroll position and defaulted it to the top. Since the trade window is still generating the container each frame, it will always default to the top and never update.
Description
None of the scroll bars in the trade window actually scroll, they're all static. Trying to use the scrollbar by dragging, clicking further along, and using the scrollwheel all do nothing.
Steps to reproduce
The text was updated successfully, but these errors were encountered: