Revert "Adjust chart call to graphics cycle to not pass quotes"
This reverts commit 50ad7370c7
which was originally applied due to missing API changes coming in
a future patchset..
kraken_deposits_fixes
parent
a7d02ecec8
commit
1f2081911f
|
@ -487,6 +487,7 @@ 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