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
Tyler Goodlet 2023-02-09 16:26:32 -05:00
parent a7d02ecec8
commit 1f2081911f
1 changed files with 1 additions and 0 deletions

View File

@ -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,
) )