forked from M-Labs/artiq
dashboard: work around disappearing TTL/DDS panel bug. Closes #1307
This commit is contained in:
parent
1a898c423a
commit
8853cf8df9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue