mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibGUI: Implement the virtual ListView::scroll_into_view()
Instead of shadowing the one from AbstractView.
This commit is contained in:
parent
04507e288f
commit
a56360f787
Notes:
sideshowbarker
2024-07-19 02:56:28 +09:00
Author: https://github.com/awesomekling
Commit: a56360f787
2 changed files with 8 additions and 7 deletions
|
@ -45,7 +45,7 @@ public:
|
|||
|
||||
int horizontal_padding() const { return m_horizontal_padding; }
|
||||
|
||||
void scroll_into_view(const ModelIndex&, Orientation);
|
||||
virtual void scroll_into_view(const ModelIndex& index, bool scroll_horizontally, bool scroll_vertically) override;
|
||||
|
||||
Gfx::IntPoint adjusted_position(const Gfx::IntPoint&) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue