mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +00:00
LibGUI+WindowServer: Remove InputPreemptor concept
This functionality will be superceded by WindowType:Popups
This commit is contained in:
parent
5d567565a4
commit
3027cf7e99
13 changed files with 0 additions and 53 deletions
|
@ -124,7 +124,6 @@ ComboBox::ComboBox()
|
|||
}
|
||||
m_open_button->set_enabled(true);
|
||||
};
|
||||
m_list_window->on_input_preemption = [this](auto) { close(); };
|
||||
|
||||
m_list_view = m_list_window->set_main_widget<ListView>();
|
||||
m_list_view->set_should_hide_unnecessary_scrollbars(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue