mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
qt: Fix fullscreen crashes on NVIDIA GPUs
This commit is contained in:
@@ -1467,6 +1467,7 @@ void MainWindow::on_actionFullscreen_triggered() {
|
||||
ui->statusbar->hide();
|
||||
ui->toolBar->hide();
|
||||
showFullScreen();
|
||||
if (vid_api == 5) ui->stackedWidget->switchRenderer(RendererStack::Renderer::Direct3D9);
|
||||
}
|
||||
ui->stackedWidget->onResize(width(), height());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user