pull/3899/head
Behdad Esfahbod 2 years ago
parent 70d97d079b
commit e302b9d5da
  1. 2
      src/hb-coretext.cc
  2. 2
      src/hb-ms-feature-ranges.hh

@ -648,7 +648,7 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan,
} else {
active_feature_t *feature = active_features.lsearch (event->feature);
if (feature)
active_features.remove (feature - active_features.arrayZ);
active_features.remove_ordered (feature - active_features.arrayZ);
}
}
}

@ -166,7 +166,7 @@ hb_ms_setup_features (const hb_feature_t *features,
{
auto *feature = active_features.lsearch (event->feature);
if (feature)
active_features.remove (feature - active_features.arrayZ);
active_features.remove_ordered (feature - active_features.arrayZ);
}
}

Loading…
Cancel
Save