mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibGUI: Prevent multiple drag initiations while drag messages are passed
This commit is contained in:
committed by
Andreas Kling
parent
e99c2261e3
commit
a2cfb7eb94
@@ -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 };
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user