epezent / implot

Immediate Mode Plotting
MIT License
4.71k stars 521 forks source link

Zooming with scroll wheel not working correctly with ImPlotFlags_Equal #557

Open AndrewMartchenko opened 7 months ago

AndrewMartchenko commented 7 months ago

Normally when I zoom with the scroll wheel with mouse over the canvas, the view zooms towards a point directly under the mouse cursor. However, when ImPlotFlags_Equal is set, the view drifts away from the point under the cursor as I zoom. Does anyone know of a fix for this issue.