Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pango: Fix LayoutLine::x_ranges() bindings #1564

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

sdroege
Copy link
Member

@sdroege sdroege commented Nov 5, 2024

The returned array has 2*n_ranges elements, not just n_ranges.

Fixes #1563

The returned array has 2*n_ranges elements, not just n_ranges.

Fixes gtk-rs#1563
@sdroege sdroege added the needs-backport PR needs backporting to the current stable branch label Nov 5, 2024
@sdroege sdroege merged commit cc97e01 into gtk-rs:main Nov 5, 2024
48 checks passed
@sdroege sdroege deleted the pango-layoutline-xranges branch November 5, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-backport PR needs backporting to the current stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] The function pango::LayoutLine::x_ranges return a malformed value
2 participants