Set focus to intro widget.

Fixes #5705.
This commit is contained in:
John Preston 2019-03-12 13:55:56 +04:00
parent a5e6890b77
commit b798654ca7
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ Widget::Widget(QWidget *parent) : RpWidget(parent)
show(); show();
showControls(); showControls();
getStep()->showFast(); getStep()->showFast();
setInnerFocus();
cSetPasswordRecovered(false); cSetPasswordRecovered(false);