From 8853cf8df95a130ec0aa0966c337492232cedda8 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 13 Jun 2019 18:41:42 +0800 Subject: [PATCH] dashboard: work around disappearing TTL/DDS panel bug. Closes #1307 --- artiq/frontend/artiq_dashboard.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/artiq/frontend/artiq_dashboard.py b/artiq/frontend/artiq_dashboard.py index 855781720..ee5f132b8 100755 --- a/artiq/frontend/artiq_dashboard.py +++ b/artiq/frontend/artiq_dashboard.py @@ -211,6 +211,10 @@ def main(): smgr.start() atexit_register_coroutine(smgr.stop) + # work around for https://github.com/m-labs/artiq/issues/1307 + d_ttl_dds.ttl_dock.show() + d_ttl_dds.dds_dock.show() + # create first log dock if not already in state d_log0 = logmgr.first_log_dock() if d_log0 is not None: