get_baseline
This commit is contained in:
parent
48fcb9094a
commit
4e0bddb7fe
|
@ -384,7 +384,7 @@ struct Axis
|
|||
if (likely (coord))
|
||||
{
|
||||
unsigned int tag_index = 0;
|
||||
(this+baseTagList).bfind (baseline_tag, &tag_index);
|
||||
if (!(this+baseTagList).bfind (baseline_tag, &tag_index)) return false;
|
||||
*coord = &base_script.get_base_coord (tag_index);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue