tth05 / morerefinedstorage

Continuation of RefinedStorage for 1.12 with focus on performance and new features.
MIT License
16 stars 7 forks source link

I forgot a line in the 1.12 version of the grid performance improvements #11

Closed ScoreUnder closed 3 years ago

ScoreUnder commented 3 years ago

I should have added this.gui.updateScrollbar(); at the end of postChange to ensure that crafting recipes (etc) can't scroll off the bottom while new unique items are coming into the system. I have only confirmed that this is a problem in RS on 1.16, but I suspect it is be the same in 1.12. Of course changing the contents of the search box will refresh the scroll bar anyway, so I suspect anyone searching for a crafting recipe will never notice this.

tth05 commented 3 years ago

Thanks a lot coming here and telling me this! Fixed in 828050799e0a5042f724648be8f27d7a0aaed055

bigenergy commented 3 years ago

Nice work! @tth05 pls push release)

tth05 commented 3 years ago

It's already in the new one :)

bigenergy commented 3 years ago

oh, thx