mirror of https://github.com/mgba-emu/mgba.git
Qt: Set strong focus policy on main Window
This commit is contained in:
parent
58d8cdde82
commit
7c7af90b5c
|
@ -45,6 +45,7 @@ Window::Window(ConfigController* config, QWidget* parent)
|
|||
#endif
|
||||
{
|
||||
setWindowTitle(PROJECT_NAME);
|
||||
setFocusPolicy(Qt::StrongFocus);
|
||||
m_controller = new GameController(this);
|
||||
m_controller->setInputController(&m_inputController);
|
||||
|
||||
|
|
Loading…
Reference in New Issue