Files
ladybird/Libraries/LibGUI
Andreas Kling 998b3f6d87 LibGUI: Fix glitchy behavior in ScrollableWidget::scroll_into_view()
This function relies on visible_content_rect() which could previously
return rectangles with negative size. This was causing TableViews to
scroll down a little bit when assigning a model to them.

Also tweak the logic so we scroll a 0x0 rect into view, giving a
slightly nicer final position.
2020-07-04 20:18:57 +02:00
..
2020-05-01 16:58:18 +02:00
2020-06-13 12:43:22 +02:00
2020-04-21 16:19:18 +02:00