diff --git a/src/platform/qt/CheatsView.cpp b/src/platform/qt/CheatsView.cpp index 41de8d66c..aa92c93f3 100644 --- a/src/platform/qt/CheatsView.cpp +++ b/src/platform/qt/CheatsView.cpp @@ -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(); }