mirror of https://github.com/mgba-emu/mgba.git
Qt: Refresh cheats after adding
This commit is contained in:
parent
44bbb9d1bb
commit
3908b43d93
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue