Ensure the video is repainted after the title has changed.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
b5e5199eeb
commit
154923a039
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ void QApple::on_actionReboot_triggered()
|
||||||
stopEmulator();
|
stopEmulator();
|
||||||
startEmulator(myEmulatorWindow);
|
startEmulator(myEmulatorWindow);
|
||||||
myEmulatorWindow->setWindowTitle(g_pAppTitle);
|
myEmulatorWindow->setWindowTitle(g_pAppTitle);
|
||||||
|
myEmulator->updateVideo();
|
||||||
}
|
}
|
||||||
|
|
||||||
void QApple::on_actionBenchmark_triggered()
|
void QApple::on_actionBenchmark_triggered()
|
||||||
|
|
Loading…
Add table
Reference in a new issue