Skip to content

Commit da042cf

Browse files
committed
Accessibility focus change for startup
This changes the focus to the code edit window at startup for ppeople using assistive software. It should not affect those who are not using accessibility technologies.
1 parent 66df070 commit da042cf

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)