Qt: Refresh cheats after adding
Jeffrey Pfau jeffrey@endrift.com
Sat, 07 May 2016 23:35:41 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/platform/qt/CheatsView.cpp
→
src/platform/qt/CheatsView.cpp
@@ -127,6 +127,7 @@ m_model.beginAppendRow(index);
mCheatAddLine(set, string.toUtf8().constData(), codeType); m_model.endAppendRow(); } + set->refresh(set, m_controller->cheatDevice()); m_controller->threadContinue(); m_ui.codeEntry->clear(); }