1
0
Fork 0

GUI: fixed a small refresh bug

This commit is contained in:
Mr. eXoDia 2014-08-06 14:46:30 +02:00
parent 538d86f42e
commit e15c177c72
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ void MemoryMapView::switchView()
else
BridgeSettingSetUint("Engine", "ListAllPages", 1);
DbgFunctions()->MemUpdateMap();
stateChangedSlot(paused);
setSingleSelection(0);
setTableOffset(0);
stateChangedSlot(paused);
}