Qt: Ensure closing a game clears overrides in backend too

This commit is contained in:
Jeffrey Pfau 2015-03-12 23:49:22 -07:00
parent f3c723d713
commit 2c5d11539a
1 changed files with 2 additions and 0 deletions

View File

@ -154,4 +154,6 @@ void OverrideView::gameStopped() {
m_ui.idleLoop->clear();
m_ui.save->setEnabled(false);
updateOverrides();
}