From 3ea48c61c195043737c358790da2867d6bcc938a Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Thu, 24 Nov 2022 14:31:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9spin=E6=97=A0=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=E6=97=B6=E9=BB=98=E8=AE=A4=E4=B8=8A=E9=99=90=E4=B8=BA?= =?UTF-8?q?10000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sane/DlgPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sane/DlgPage.cpp b/sane/DlgPage.cpp index 40b461d..6d688cb 100644 --- a/sane/DlgPage.cpp +++ b/sane/DlgPage.cpp @@ -646,7 +646,7 @@ HWND dlg_page::create_control_int(int sn, const SANE_Option_Descriptor* desc, vo } else { - int lower = 0, upper = 100; + int lower = 0, upper = 10000; if (desc->constraint_type == SANE_CONSTRAINT_RANGE) { lower = desc->constraint.range->min;