Skip to content

EogScrollView: Use overlay scrollbars

Use overlay scrollbars by implementing GtkScrollable and getting rid of the custom scrollbars. With this we no longer need to inherit from GtkGrid and can inherit from GtkOverlay directly which was one of the children widgets.

Closes: #200 (closed)

Merge request reports