greglo/StackGame

Button logic bug: buttons incorrect at end of StepAll

Closed this issue · 1 comments

Click on StepAll. When it finishes, the buttons are incorrect: pause is enabled (it shouldn't be) and reset is not enabled (it should be).

After thinking about it I think this is from updateButtons not being called after runMode pauses. Shouldn't be too hard to fix.