VM Maker: VMMakerUI-eem.34.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: VMMakerUI-eem.34.mcz

commits-2
 
Eliot Miranda uploaded a new version of VMMakerUI to project VM Maker:
http://source.squeak.org/VMMaker/VMMakerUI-eem.34.mcz

==================== Summary ====================

Name: VMMakerUI-eem.34
Author: eem
Time: 10 November 2020, 1:33:58.14547 pm
UUID: 6ca78e84-00fc-4343-8c7b-fcae369b5904
Ancestors: VMMakerUI-eem.33

Fix a sequencing glitch with shutting down a SimulatorMorphicModel

=============== Diff against VMMakerUI-eem.33 ===============

Item was changed:
  ----- Method: SimulatorMorphicModel>>ioExit (in category 'buttons callbacks') -----
  ioExit
+ vm displayView activeHand removeEventListener: self model.
+ vm ioExit!
- vm ioExit
- displayView activeHand removeEventListener: self model. "This is a bug as the user in vm ioExit may have cancelled the confirm t.m."
- "^UserDialogBoxMorph inform: 'Toggle Transcript' title: 'TODO:'"!