mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
entry: Omit useless clip
We do the same clip further above, so no need to repeat it
This commit is contained in:
parent
033d204b9e
commit
6fee78341a
@ -5774,8 +5774,6 @@ gtk_entry_draw_text (GtkEntry *entry,
|
||||
|
||||
cairo_save (cr);
|
||||
|
||||
cairo_rectangle (cr, 0, 0, width, height);
|
||||
cairo_clip (cr);
|
||||
cairo_save (cr);
|
||||
|
||||
cairo_set_fill_rule (cr, CAIRO_FILL_RULE_EVEN_ODD);
|
||||
|
Loading…
Reference in New Issue
Block a user