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