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
fix(ui): apply zoom to view_window in cursor-tracking mode
Pinch and cmd+wheel zoom were silently no-ops while cursor_tracking was
on (the default). The cursor-tracking branch in the chart closure forces
bounds to a window of view_window_seconds centered on the cursor every
frame, overwriting any zoom egui_plot just applied.
Translate zoom_delta (and smooth_scroll_delta.y when scroll_to_zoom is
enabled) into changes of view_window_seconds itself, so the window
shrinks/grows around the cursor as the user expects.
0 commit comments