mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 13:41:05 +00:00
resize-window: tweak workaround
This commit is contained in:
parent
1816b3bd69
commit
640a0702b4
@ -1724,7 +1724,8 @@ void GMainWindow::ChangeScreenSize() {
|
|||||||
// not resize properly, when in 1x.
|
// not resize properly, when in 1x.
|
||||||
// TODO (vitor-k): repro and report to Qt and/or find a
|
// TODO (vitor-k): repro and report to Qt and/or find a
|
||||||
// better workaround
|
// better workaround
|
||||||
QTimer::singleShot(100, this, &GMainWindow::ResizeScreen);
|
auto_resized = true;
|
||||||
|
QTimer::singleShot(50, this, &GMainWindow::ResizeScreen);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user