mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Forgotten fix.
This commit is contained in:
parent
b91bf99b4c
commit
2d4d7f587c
@ -984,7 +984,7 @@ gdk_draw_layout_with_colors (GdkDrawable *drawable,
|
||||
}
|
||||
else
|
||||
pango_renderer_set_matrix (renderer, NULL);
|
||||
|
||||
|
||||
pango_renderer_draw_layout (renderer, layout, x * PANGO_SCALE, y * PANGO_SCALE);
|
||||
|
||||
release_renderer (renderer);
|
||||
@ -1235,12 +1235,14 @@ gdk_pango_layout_line_get_clip_region (PangoLayoutLine *line,
|
||||
|
||||
/* Note that get_x_ranges returns layout coordinates
|
||||
*/
|
||||
pango_layout_line_get_x_ranges (line,
|
||||
index_ranges[i*2],
|
||||
index_ranges[i*2+1],
|
||||
&pixel_ranges, &n_pixel_ranges);
|
||||
if (index_ranges[i*2+1] >= line->start_index &&
|
||||
index_ranges[i*2] < line->start_index + line->length)
|
||||
pango_layout_line_get_x_ranges (line,
|
||||
index_ranges[i*2],
|
||||
index_ranges[i*2+1],
|
||||
&pixel_ranges, &n_pixel_ranges);
|
||||
|
||||
for (j=0; j < n_pixel_ranges; j++)
|
||||
for (j = 0; j < n_pixel_ranges; j++)
|
||||
{
|
||||
GdkRectangle rect;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user