From 154923a039ca514dc9dbabd5758d4195887955a5 Mon Sep 17 00:00:00 2001 From: Andrea Odetti Date: Tue, 21 Nov 2017 16:11:21 +0000 Subject: [PATCH] Ensure the video is repainted after the title has changed. Signed-off-by: Andrea Odetti --- source/frontends/qapple/qapple.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/frontends/qapple/qapple.cpp b/source/frontends/qapple/qapple.cpp index 736e0250..c8bb4fee 100644 --- a/source/frontends/qapple/qapple.cpp +++ b/source/frontends/qapple/qapple.cpp @@ -227,6 +227,7 @@ void QApple::on_actionReboot_triggered() stopEmulator(); startEmulator(myEmulatorWindow); myEmulatorWindow->setWindowTitle(g_pAppTitle); + myEmulator->updateVideo(); } void QApple::on_actionBenchmark_triggered()