This commit is contained in:
luoliangyi 2023-08-30 16:28:17 +08:00
commit a7f41cf284
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()));
}