Adjust chart call to graphics cycle to not pass quotes
Was breaking the `'r'` hotkey to reset the chart..axis_sticky_api
parent
6100bd19c7
commit
50ad7370c7
|
@ -485,7 +485,6 @@ class LinkedSplits(QWidget):
|
|||
if ds:
|
||||
return _display.graphics_update_cycle(
|
||||
ds,
|
||||
ds.quotes,
|
||||
**kwargs,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue