1
0
Fork 0

GUI: don't update the freeze stack action on every debug state change

This commit is contained in:
mrexodia 2016-10-17 16:15:26 +02:00
parent 6e635e3f69
commit 02723f7335
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 3 additions and 2 deletions

View File

@ -1004,9 +1004,10 @@ void CPUStack::freezeStackSlot()
void CPUStack::dbgStateChangedSlot(DBGSTATE state)
{
if(state == initialized)
{
bStackFrozen = false;
updateFreezeStackAction();
updateFreezeStackAction();
}
}
void CPUStack::followInMemoryMapSlot()