HGGitLab

Commit 172949f4 authored by yangjiaxuan's avatar yangjiaxuan

微调

parent 048079a4
...@@ -922,7 +922,7 @@ QString MainWindow::getCacheFileName() ...@@ -922,7 +922,7 @@ QString MainWindow::getCacheFileName()
char uuid[256] = {0}; char uuid[256] = {0};
HGBase_GetUuid(uuid, 256); HGBase_GetUuid(uuid, 256);
QString fileName = getStdFileName(filePath + "/" + uuid + ".bmp"); QString fileName = getStdFileName(filePath + "/" + uuid + ".jpg");
return fileName; return fileName;
} }
...@@ -2093,6 +2093,7 @@ void MainWindow::on_act_acquire_triggered() ...@@ -2093,6 +2093,7 @@ void MainWindow::on_act_acquire_triggered()
if(cancel == result) if(cancel == result)
return; return;
} }
m_isContinuScan = false;
#if defined(HG_CMP_MSC) && defined(APP_USE_TWAIN) #if defined(HG_CMP_MSC) && defined(APP_USE_TWAIN)
if (HGBASE_ERR_OK == HGTwain_OpenDS(m_twainDS)) if (HGBASE_ERR_OK == HGTwain_OpenDS(m_twainDS))
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment