czbiohub-sf / coPylot

coPylot - microscope control
https://czbiohub.github.io/coPylot/
BSD 3-Clause "New" or "Revised" License
8 stars 10 forks source link

Status bar #32

Closed ljjh20 closed 3 years ago

ljjh20 commented 3 years ago

Status bar displays 'NIDaq idle...' immediately on call to end live mode, rather than after thread is gracefully shutdown.

ljjh20 commented 3 years ago
ljjh20 commented 3 years ago
  • As new instance is launched on editingFinished() of spinbox, if you still have spinbox selected after making changeds (quite common), and wish to exit live mode, it will launch one more instance before launching. This does not prevent a final graceful shutdown at the thread-level, but due to the short time between the instance and calling end of live mode, the status bar does not update and the button's styleSheet does not update.

Fixed

ljjh20 commented 3 years ago

Status bar displays 'NIDaq idle...' immediately on call to end live mode, rather than after thread is gracefully shutdown.

Fixed