forked from AuroraMiddleware/gtk
scrolledwindow: Fix indicator revealing
We need to increase the scrollbar bounds size.
This commit is contained in:
parent
5e81761ad0
commit
0965812e37
@ -1077,7 +1077,7 @@ event_close_to_indicator (GtkScrolledWindow *sw,
|
||||
else
|
||||
distance = INDICATOR_CLOSE_DISTANCE;
|
||||
|
||||
graphene_rect_inset (&indicator_bounds, distance, distance);
|
||||
graphene_rect_inset (&indicator_bounds, - distance, - distance);
|
||||
|
||||
if (indicator == &priv->hindicator)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user