通知进度指示器图片到达的len参数,更改为当前已经收到的图片数量

This commit is contained in:
gb 2023-05-29 10:54:44 +08:00
parent d03b679add
commit 1c75c897be
1 changed files with 1 additions and 1 deletions

View File

@ -3318,7 +3318,7 @@ int scanner::handle_device_event(int ev_code, void* data, unsigned int* len)
if (indicator_.get())
indicator_->notify_data_arrived(true);
else if (ui_notify)
ui_notify(ev_code, data, 1);
ui_notify(ev_code, data, img_ind_);
{
wchar_t msg[128] = { 0 };