Skip to content

Make atk_text_rectangle_union ignore undefined rectangles

Samuel Thibault requested to merge sthibaul/atk:union_undefined into master

atk_text_get_character_extents might return "-1" rectangles for character positions without support for getting an extent. In that case we have to ignore them instead of using -1 values in computations.

Merge request reports