初始化区域裁切

This commit is contained in:
gb 2022-06-08 16:31:41 +08:00
parent f5f1055874
commit db6e99290f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ hg_scanner::hg_scanner(ScannerSerial serial
, fractate_level_(50), ui_ev_cb_(ui_default_callback), scan_life_(NULL)
, notify_setting_result_(false), user_cancel_(false), cb_mem_(true), test_1_paper_(false)
, setting_count_(0),img_type_(""), online_(false),is_quality_(-1),is_color_fill(false),is_multiout(false),save_multiout(OPTION_VALUE_DLSC_CS_HD_HB)
, final_img_index_(0)
, final_img_index_(0), custom_area_(false)
{
final_path_ = hg_log::ini_get("paths", "final_img");
if(final_path_.empty())