Ensure the video is repainted after the title has changed.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2017-11-21 16:11:21 +00:00
parent b5e5199eeb
commit 154923a039

View file

@ -227,6 +227,7 @@ void QApple::on_actionReboot_triggered()
stopEmulator();
startEmulator(myEmulatorWindow);
myEmulatorWindow->setWindowTitle(g_pAppTitle);
myEmulator->updateVideo();
}
void QApple::on_actionBenchmark_triggered()