mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix bug with frame not resizing properly
This commit is contained in:
parent
1926cd5d1e
commit
c07204d343
|
@ -150,7 +150,7 @@ void Window::loadConfig() {
|
|||
}
|
||||
|
||||
if (opts->width && opts->height) {
|
||||
m_screenWidget->setSizeHint(QSize(opts->width, opts->height));
|
||||
resizeFrame(opts->width, opts->height);
|
||||
}
|
||||
|
||||
m_inputController.setConfiguration(m_config);
|
||||
|
|
Loading…
Reference in New Issue