mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
Spreadsheet: Focus the spreadsheet table on startup
This commit is contained in:
parent
af16552624
commit
965ccf5242
2 changed files with 3 additions and 0 deletions
|
@ -123,6 +123,7 @@ void SpreadsheetWidget::setup_tabs()
|
|||
m_current_cell_label->set_enabled(false);
|
||||
m_current_cell_label->set_text("");
|
||||
};
|
||||
m_selected_view->set_focus(true);
|
||||
};
|
||||
|
||||
if (first_tab_widget)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue