Always update last mx/mn (REVERT PRIOR CHANGE)

m4_corrections
Tyler Goodlet 2022-04-13 10:56:44 -04:00
parent 961f01448d
commit eb2b844c2d
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ def graphics_update_cycle(
yrange=(mn, mx),
)
vars['last_mx'], vars['last_mn'] = mx, mn
vars['last_mx'], vars['last_mn'] = mx, mn
# run synchronous update on all linked flows
for curve_name, flow in chart._flows.items():