diff --git a/huagao/huagaods.cpp b/huagao/huagaods.cpp index b8363655..782b5d0e 100644 --- a/huagao/huagaods.cpp +++ b/huagao/huagaods.cpp @@ -1146,7 +1146,6 @@ Result HuagaoDs::identityOpenDs(const Identity&) { case Msg::GetCurrent: case Msg::GetDefault: { - FileTools::write_log("D:\\1.txt", "getfwversion"); std::string ser = scanner->GetFWVersion(); Str255 str; str.setData(ser.c_str(), ser.size()); @@ -2417,12 +2416,6 @@ Result HuagaoDs::pendingXfersEnd(const Identity&, PendingXfers& data) { #endif // G200 } m_pendingXfers = 0; - if (m_modal) - { - ::EnableWindow(parent, true); - m_modal = false; - notifyCloseCancel(); - } if (guiTwain.get()) { ((CTwainUI*)(guiTwain.get()))->EnableID_OKorID_Cancel(true); } diff --git a/huagao/stdafx.h b/huagao/stdafx.h index f29a2142..1753bc5c 100644 Binary files a/huagao/stdafx.h and b/huagao/stdafx.h differ