Przeglądaj źródła

Fixed game_list focusing issue.

added line render_window->setFocus();
Vamsi Krishna 9 lat temu
rodzic
commit
27217c621b
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/citra_qt/main.cpp

+ 1 - 0
src/citra_qt/main.cpp

@@ -390,6 +390,7 @@ void GMainWindow::BootGame(const std::string& filename) {
         game_list->hide();
         game_list->hide();
     }
     }
     render_window->show();
     render_window->show();
+    render_window->setFocus();
 
 
     emulation_running = true;
     emulation_running = true;
     OnStartGame();
     OnStartGame();