mirror of https://github.com/procxx/kepka.git
Focus correct widget in intro steps.
The old way some random shown widget could've been focused.
This commit is contained in:
parent
8ed167c5fa
commit
1e0fe70dc3
|
@ -790,6 +790,7 @@ QPixmap Widget::Step::prepareSlideAnimation() {
|
|||
}
|
||||
|
||||
void Widget::Step::showAnimated(Direction direction) {
|
||||
setFocus();
|
||||
show();
|
||||
hideChildren();
|
||||
if (_slideAnimation) {
|
||||
|
|
Loading…
Reference in New Issue