修改待纸扫描的状态

This commit is contained in:
13038267101 2022-08-12 09:10:26 +08:00
parent c78aead93c
commit b61b5f19d5
1 changed files with 1 additions and 1 deletions

View File

@ -1660,7 +1660,7 @@ void hg_scanner_239::thread_handle_usb_read(void)
string str = "当前批次扫描完成(第"+to_string(++auoto_paper_indx)+"批)";
if(is_auto_paper_scan)
notify_ui_working_status(str.c_str(), SANE_EVENT_SCAN_FINISHED, status_);
notify_ui_working_status(str.c_str(), SANE_EVENT_WORKING, status_);
else
break;
}