LinqLover / SimulationStudio

A growing suite of applications and tools using code simulation in Squeak/Smalltalk
9 stars 1 forks source link

Fix simulation of default simulator #28

Closed LinqLover closed 2 years ago

LinqLover commented 2 years ago

Explanation: Context class >> #runSimulated: used to adapt the class of the active context, which in the case of a custom simulation was different from Context. Override this method and adopt the class from the receiver instead.