mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
themingbackground: fix copy/paste typo
We need to fetch the area value for the origin, not for the clip.
This commit is contained in:
parent
b310ba29d0
commit
20f8dd2309
@ -60,7 +60,7 @@ _gtk_theming_background_apply_origin (GtkThemingBackground *bg)
|
|||||||
GtkCssArea origin;
|
GtkCssArea origin;
|
||||||
cairo_rectangle_t image_rect;
|
cairo_rectangle_t image_rect;
|
||||||
|
|
||||||
origin = _gtk_css_area_value_get (_gtk_style_context_peek_property (bg->context, GTK_CSS_PROPERTY_BACKGROUND_CLIP));
|
origin = _gtk_css_area_value_get (_gtk_style_context_peek_property (bg->context, GTK_CSS_PROPERTY_BACKGROUND_ORIGIN));
|
||||||
|
|
||||||
/* The default size of the background image depends on the
|
/* The default size of the background image depends on the
|
||||||
background-origin value as this affects the top left
|
background-origin value as this affects the top left
|
||||||
|
Loading…
Reference in New Issue
Block a user