解决:选择灰度加黑白,然后取消勾选多流输出,色调曲线的颜色模式未刷新

This commit is contained in:
yangjiaxuan 2023-08-30 15:18:04 +08:00
parent f0b98bfaca
commit 4c113bef8a
1 changed files with 4 additions and 0 deletions

View File

@ -1044,6 +1044,10 @@ void hg_settingdialog::refresh_control_value(int op_id)
{
m_colorModeValue = strValue;
}
else if (!m_isMultiOutMode && 0 == strcmp(opt->name, SANE_STD_OPT_NAME_COLOR_MODE))
{
m_colorModeValue = strValue;
}
// comb->setProperty(hg_settingdialog::property_combox_data_type_.c_str(), COMBO_VAL_STRING);
connect(comb, SIGNAL(currentTextChanged(const QString)), this, SLOT(slot_string_list_comboBoxClicked()));
}