GNOME Bugzilla – Bug 669335
Render a background in the scrollbars junction area.
Last modified: 2012-02-29 15:26:23 UTC
When both scrollbars are visible, a square is formed at their junction point. The theme wants to be able to style that, to use e.g. the same color as the scrollbar's through. See attached patches.
Created attachment 206715 [details] [review] stylecontext: add a "scrollbars-junction" style class It will be used in the following commit.
Created attachment 206716 [details] [review] scrolledwindow: draw a box in the junction between the two scrollbars If there's a junction between the two scrollbars (i.e. they're both visible), draw a background with a style class there, so the theme can style it.
Not thrilled with the amount of code to effectively draw a gray square, but I guess that can't be helped. If you've tested this with and without resize grips, its fine.
Attachment 206715 [details] pushed as 1411020 - stylecontext: add a "scrollbars-junction" style class Attachment 206716 [details] pushed as c7ad567 - scrolledwindow: draw a box in the junction between the two scrollbars Pushed these to master now.