1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:47:44 +00:00

Spreadsheet: Focus the spreadsheet table on startup

This commit is contained in:
Andreas Kling 2020-08-25 11:23:08 +02:00
parent af16552624
commit 965ccf5242
2 changed files with 3 additions and 0 deletions

View file

@ -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)