scrolledwindow: Fix indicator revealing

We need to increase the scrollbar bounds size.
This commit is contained in:
Timm Bäder 2018-04-11 19:14:09 +02:00
parent 5e81761ad0
commit 0965812e37

View File

@ -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)
{