No more measure in group

This commit is contained in:
Aoran Zeng
2024-09-04 08:22:39 +08:00
parent bf92473c2b
commit a6e9d4c4d3
2 changed files with 20 additions and 41 deletions

View File

@@ -541,7 +541,7 @@ get_target (const char *input, TargetOp code, char *option)
}
else if (TargetOp_Measure_Source==code)
{
auto_select_ (target->sources, target->sources_n, input);
select_mirror_autoly (target->sources, target->sources_n, input);
return true;
}
return true;