fix: Unable to reset the toolbar on repeate mode

This commit is contained in:
dreamsourcelabTAI 2023-06-16 11:28:12 +08:00
parent e9e3c5aa30
commit 0c14565f6d

View File

@ -724,7 +724,7 @@ namespace pv
data_unlock();
if (is_repeat_mode() && _device_status == ST_RUNNING){
if (is_repeat_mode() && _device_status != ST_RUNNING){
_callback->trigger_message(DSV_MSG_END_COLLECT_WORK);
}