When Zooming with the mouswheel, the Zoom center is not where the mouse is if the scale is logarithmic. To fix this, the values would need to be mapped to a logarithmic scale before applying zoomdelta and back to exponential after. I created a small workaround which seems to work in my usecase:
When Zooming with the mouswheel, the Zoom center is not where the mouse is if the scale is logarithmic. To fix this, the values would need to be mapped to a logarithmic scale before applying zoomdelta and back to exponential after. I created a small workaround which seems to work in my usecase: