LibGUI: Prevent multiple drag initiations while drag messages are passed

This commit is contained in:
AnotherTest 2020-11-08 05:25:40 +03:30 committed by Andreas Kling
commit a2cfb7eb94
Notes: sideshowbarker 2024-07-19 01:29:48 +09:00
2 changed files with 9 additions and 0 deletions

View file

@ -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 };
};
}