mirror of https://github.com/PCSX2/pcsx2.git
QT: Clear m_status_verbose_widget text on VM stop
This commit is contained in:
parent
60abebb3a5
commit
4319094b02
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue