Adjust chart call to graphics cycle to not pass quotes

Was breaking the `'r'` hotkey to reset the chart..
axis_sticky_api
Tyler Goodlet 2023-02-05 15:27:01 -05:00
parent 6100bd19c7
commit 50ad7370c7
1 changed files with 0 additions and 1 deletions

View File

@ -485,7 +485,6 @@ class LinkedSplits(QWidget):
if ds:
return _display.graphics_update_cycle(
ds,
ds.quotes,
**kwargs,
)