diff --git a/app/gui/oven_control/autocookselectionwindow.cpp b/app/gui/oven_control/autocookselectionwindow.cpp index 9145ce0..a1acd37 100644 --- a/app/gui/oven_control/autocookselectionwindow.cpp +++ b/app/gui/oven_control/autocookselectionwindow.cpp @@ -107,6 +107,8 @@ void AutoCookSelectionWindow::keyReleaseEvent(QKeyEvent *event) void AutoCookSelectionWindow::onCookSelected(int idx) { + setFocus(); + AutoCookConfigWindow *w = new AutoCookConfigWindow(this, book.get(idx)); w->setWindowModality(Qt::WindowModal); w->showFullScreen();