mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibGUI: Update GTableView's scrollbar range in response to resize.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user