解决勾选色调曲线,但不打开窗口,出图异常的问题

This commit is contained in:
yangjiaxuan 2023-11-08 14:52:29 +08:00
parent ca897e0bdd
commit 8d46492ef7
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ void hg_settingdialog::apply_scheme(SANE_Handle dev, LPSANEAPI api, gb::sane_con
}
SANE_Int info = 0;
std::string val("");
api->sane_control_option_api(dev, SANE_OPT_ID_CUSTOM_GAMMA, SANE_ACTION_SET_VALUE, &val[0], &info);
//api->sane_control_option_api(dev, SANE_OPT_ID_CUSTOM_GAMMA, SANE_ACTION_SET_VALUE, &val[0], &info);
if (schm)
{