Single chart requires view reset to size to data on startup

fix_forex
Tyler Goodlet 2022-07-21 11:38:07 -04:00
parent 2393965e83
commit e30a3c5b54
1 changed files with 3 additions and 0 deletions

View File

@ -824,6 +824,9 @@ async def display_symbol_data(
order_mode_started
)
):
if not vlm_chart:
chart.default_view()
# let Qt run to render all widgets and make sure the
# sidepanes line up vertically.
await trio.sleep(0)