Really minor breaking change: return types of some ListBox + Viewport methods

I’ve modified the getVerticalScrollBar() and getHorizontalScrollBar() of the Viewport and ListBox classes to return a reference rather than a pointer, as this makes the semantics clearer.

1 Like