Преглед на файлове

Merge pull request #2351 from CaptV0rt3x/master

Fixed game_list focus issue.
bunnei преди 9 години
родител
ревизия
dac86b61ee
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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();
     }
     render_window->show();
+    render_window->setFocus();
 
     emulation_running = true;
     OnStartGame();