mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Fix black screen when fullscreen on Windows
This commit is contained in:
@@ -938,8 +938,6 @@ void MainWindow::on_actionFullscreen_triggered() {
|
||||
showFullScreen();
|
||||
video_fullscreen = 1;
|
||||
}
|
||||
|
||||
ui->stackedWidget->switchRenderer((RendererStack::Renderer)vid_api);
|
||||
}
|
||||
|
||||
void MainWindow::getTitle_(wchar_t *title)
|
||||
|
||||
Reference in New Issue
Block a user