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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user