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:
|
if ds:
|
||||||
return _display.graphics_update_cycle(
|
return _display.graphics_update_cycle(
|
||||||
ds,
|
ds,
|
||||||
ds.quotes,
|
|
||||||
**kwargs,
|
**kwargs,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue