mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 09:09:43 +00:00
LibGUI: Update GTableView's scrollbar range in response to resize.
This commit is contained in:
parent
82c22a7484
commit
827ec99a8f
Notes:
sideshowbarker
2024-07-19 15:35:49 +09:00
Author: https://github.com/awesomekling
Commit: 827ec99a8f
2 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue