mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 12:41:07 +00:00
range: Fix a copy-paste error
This was showing up as the alpha popup in the color editor not being positioned correctly.
This commit is contained in:
parent
3907711a49
commit
95f5c7beb6
@ -1010,7 +1010,7 @@ gtk_range_get_slider_range (GtkRange *range,
|
||||
else
|
||||
{
|
||||
if (slider_start)
|
||||
*slider_start = slider_bounds.origin.y;
|
||||
*slider_start = slider_bounds.origin.x;
|
||||
if (slider_end)
|
||||
*slider_end = slider_bounds.origin.x + slider_bounds.size.width;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user