LibGUI: Update GTableView's scrollbar range in response to resize.

This commit is contained in:
Andreas Kling 2019-02-28 13:25:52 +01:00
commit 827ec99a8f
Notes: sideshowbarker 2024-07-19 15:35:49 +09:00
2 changed files with 9 additions and 2 deletions

View file

@ -26,6 +26,7 @@ private:
virtual void resize_event(GResizeEvent&) override;
virtual void mousedown_event(GMouseEvent&) override;
void update_scrollbar_range();
int item_count() const;
Rect row_rect(int item_index) const;