Focus main text widget on startup

This commit is contained in:
G.K.MacGregor
2021-05-09 18:55:20 +01:00
parent 8903703064
commit 19f74a1761
2 changed files with 3 additions and 0 deletions

View File

@@ -190,6 +190,8 @@ void MainWindow::init()
setUnifiedTitleAndToolBarOnMac(true);
updatePageWidgets();
m_textView->setFocus();
}
void MainWindow::tile(const QMainWindow *previous)