Skip to content

Commit b5a53df

Browse files
authored
Merge pull request #2860 from krperry/dev
Accessibility focus change for startup
2 parents 971d3a5 + da042cf commit b5a53df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/gui/qt/mainwindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ MainWindow::MainWindow(QApplication& app, QSplashScreen* splash)
212212
timer->start(1000);
213213
emit settingsChanged();
214214
splashClose();
215+
focusEditor();
215216
showWindow();
216217
app.processEvents();
217218
std::cout << "[GUI] - boot sequence completed." << std::endl;

0 commit comments

Comments
 (0)