#[Alpha 22.4] Scrolling in zooms in more than scrolling out

8 messages · Page 1 of 1 (latest)

lyric kelp
#

When you scroll in and scroll out consecutively then you will end up being zoomed in rather than staying at the same zoom level. This can be easier seen when the zoom sensitivity is higher

finite grotto
#

It does appear at 500% I am not reproducing it on 100% with the same steps

stark tinselBOT
#

🚑 Your bug report has been verified and is now in the triage phase. We're working to reproduce and fix it.

hollow harness
finite grotto
#

Interesting, thanks for investigating. I only did 3 ticks in and out and seemed no difference. Will update the report!

spare nymph
#

This is kinda expected. The reason is that when you zoom, it zooms the amount based on the current zoom level.

Example:

Zoom = 100
Zoom in: Zoom amount = CurrentZoom * 20% = 20

-> Zoom = 80
Zoom out: Zoom amount = Current Zoom * 20% = 16

-> Zoom = 94.

Seems low priority to fix though?

tardy cedar
#

Should be 96 not 94 afaik

stark tinselBOT
#

🕒 The bug you reported has been fixed and is currently in the final testing phase before being released in the next update! Thank you for helping us improve our game.