mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-23 13:42:55 +08:00
fix: Unable to reset the toolbar on repeate mode
This commit is contained in:
parent
e9e3c5aa30
commit
0c14565f6d
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user