mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
LibGUI: Set focus proxy for CommandPalette's TableView
This commit is contained in:
parent
3b18226fcb
commit
657ff1cd19
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ CommandPalette::CommandPalette(GUI::Window& parent_window, ScreenPosition screen
|
|||
|
||||
m_table_view->set_column_painting_delegate(0, make<ActionIconDelegate>());
|
||||
m_table_view->set_model(*m_filter_model);
|
||||
m_table_view->set_focus_proxy(m_text_box);
|
||||
|
||||
m_text_box->on_change = [this] {
|
||||
m_filter_model->set_filter_term(m_text_box->text());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue