Use the resize event to update screen size on Qt.

Fixes #5491.
This commit is contained in:
Unknown W. Brackets 2014-02-16 22:14:15 -08:00
parent 60515bbcd9
commit 60fe544bd5
2 changed files with 1 additions and 3 deletions

View File

@ -383,8 +383,6 @@ void MainWindow::SetZoom(int zoom) {
emugl->setFixedSize(480 * zoom, 272 * zoom);
setFixedSize(sizeHint());
UpdateScreenScale(480 * zoom, 272 * zoom);
if (gpu)
gpu->Resized();
}

2
native

@ -1 +1 @@
Subproject commit a8b07772772f1278a92426a6ab8d00a23705102b
Subproject commit c803a1511108c43558334e5bd4f02de87642d132