修复依赖项判定BUG

This commit is contained in:
gb 2022-09-15 22:26:51 +08:00
parent f5ff4e0ba3
commit ef03c4b287
1 changed files with 1 additions and 1 deletions

View File

@ -1785,7 +1785,7 @@ int hg_sane_middleware::something_after_do(scanner_handle h, const char* dev_nam
bool enable = changed_options[i].enable;
int bytes = 0;
if (enable)
// if (enable)
enable = slave_options_[slave].is_enable(slave_options_[slave].master, cur_vals_);
if (enable == slave_options_[slave].enable_now)
continue;