mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 13:35:03 +00:00
WindowServer: Make menu windows inherently modal.
It was confusing that you could interact with other windows with a menu up.
This commit is contained in:
@@ -188,4 +188,5 @@ void WSMenu::popup(const Point& position)
|
||||
auto& window = ensure_menu_window();
|
||||
window.move_to(position);
|
||||
window.set_visible(true);
|
||||
WSWindowManager::the().set_current_menu(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user