From 8f37d2baa9bfcad5d56c771e68b0ce9b7b252ee4 Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Sat, 31 Dec 2022 12:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=B8=E5=8F=98=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/base/test_base.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/base/test_base.cpp b/code/base/test_base.cpp index 3bd60fe..12cbb07 100644 --- a/code/base/test_base.cpp +++ b/code/base/test_base.cpp @@ -191,7 +191,10 @@ public: wstr.resize(len); wstr = buf; } - + SANE_Bool close = false; + unsigned int len = sizeof(SANE_Bool); + ret = h->io_control(IO_CTRL_CODE_RESTORE_SETTINGS, NULL, NULL);//结束恢复默认 + ret = h->io_control(IO_CTRL_CODE_GET_DPI_COLOR_CHECK_VAL, &close, &len);//结束恢复默认 h->test_callback(set_test_name_.c_str(), ui_helper::TEST_EVENT_RESULT, (void*)wstr.c_str(), type); } break;