QT: Clear m_status_verbose_widget text on VM stop

This commit is contained in:
TheLastRar 2024-10-07 22:16:38 +01:00 committed by Ty
parent 60abebb3a5
commit 4319094b02
1 changed files with 1 additions and 0 deletions

View File

@ -2017,6 +2017,7 @@ void MainWindow::onVMStopped()
m_status_fps_widget->setText(empty_string);
m_status_vps_widget->setText(empty_string);
m_status_speed_widget->setText(empty_string);
m_status_verbose_widget->setText(empty_string);
updateEmulationActions(false, false, false);
updateGameDependentActions();