mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 10:18:15 +09:00
LibGUI: Prevent multiple drag initiations while drag messages are passed
This commit is contained in:
parent
e99c2261e3
commit
a2cfb7eb94
Notes:
sideshowbarker
2024-07-19 01:29:48 +09:00
Author: https://github.com/alimpfard
Commit: a2cfb7eb94
Pull-request: https://github.com/SerenityOS/serenity/pull/3984
Issue: https://github.com/SerenityOS/serenity/issues/3906
Reviewed-by: https://github.com/awesomekling
2 changed files with 9 additions and 0 deletions
|
@ -186,6 +186,7 @@ private:
|
|||
bool m_activates_on_selection { false };
|
||||
bool m_multi_select { true };
|
||||
bool m_tab_key_navigation_enabled { false };
|
||||
bool m_is_dragging { false };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue