Qt: Refresh cheats after adding

This commit is contained in:
Jeffrey Pfau 2016-05-07 23:35:41 -07:00
parent 44bbb9d1bb
commit 3908b43d93
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ void CheatsView::enterCheat(int codeType) {
mCheatAddLine(set, string.toUtf8().constData(), codeType);
m_model.endAppendRow();
}
set->refresh(set, m_controller->cheatDevice());
m_controller->threadContinue();
m_ui.codeEntry->clear();
}