Skip to content

Commit

Permalink
QT: Clear m_status_verbose_widget text on VM stop
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastRar authored and F0bes committed Oct 8, 2024
1 parent 60abebb commit 4319094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcsx2-qt/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 4319094

Please sign in to comment.