mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibGUI: Preserve existing GItemView selection on rubber band (#1031)
This commit is contained in:
parent
5387a19268
commit
dcc4704fb5
Notes:
sideshowbarker
2024-07-19 10:17:03 +09:00
Author: https://github.com/DAlperin 🔰
Commit: dcc4704fb5
Pull-request: https://github.com/SerenityOS/serenity/pull/1031
Reviewed-by: https://github.com/awesomekling
2 changed files with 14 additions and 1 deletions
|
@ -55,4 +55,5 @@ private:
|
|||
bool m_rubber_banding { false };
|
||||
Point m_rubber_band_origin;
|
||||
Point m_rubber_band_current;
|
||||
Vector<GModelIndex> m_rubber_band_remembered_selection;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue