禁止打开图像队列日志

This commit is contained in:
gb 2024-02-29 15:47:51 +08:00
parent cc8dd9085c
commit 359f070227
1 changed files with 1 additions and 0 deletions

View File

@ -772,6 +772,7 @@ CDlgScanner::CDlgScanner(CWnd* pParent /*=nullptr*/)
parent_ = pParent ? pParent->m_hWnd : NULL;
auto_wait_ = CreateEvent(NULL, TRUE, FALSE, NULL);
images_.enable_wait_log(false);
HANDLE h = CreateThread(NULL, 0, thread_open_image, NULL, 0, &thread_open_id_);
CloseHandle(h);