Skip to content

layout: Remove an overeager assertion

Matthias Clasen requested to merge more-test-coverage into master

pango_layout_get_direction contained an assertion that would be hit when just iterating over all chars in the text of the layout (it gets hit when you get to the final newline).

Remove the assertion, so that this function is less of a trap.

Merge request reports