mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibGUI: Take scroll offset into account on ItemView rubberband selection
Same kind of issue as #1271.
This commit is contained in:
parent
ee5a49e2fe
commit
b58893cfe1
Notes:
sideshowbarker
2024-07-19 08:20:46 +09:00
Author: https://github.com/xTibor
Commit: b58893cfe1
Pull-request: https://github.com/SerenityOS/serenity/pull/1430
2 changed files with 16 additions and 5 deletions
|
@ -46,6 +46,7 @@ public:
|
|||
void set_model_column(int column) { m_model_column = column; }
|
||||
|
||||
virtual ModelIndex index_at_event_position(const Gfx::Point&) const override;
|
||||
Gfx::Point adjusted_position(const Gfx::Point&) const;
|
||||
|
||||
virtual void select_all() override;
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue