Sean P. DeNigris wrote > 13156 EyeInspector does not automatically refresh its list > https://pharo.fogbugz.com/f/cases/13156
This is the culprit. Loading into 30807 gives the broken behavior. Here's a snippet of the call chain: MultiByteFileStream(WriteStream)>>space EyeInspector(Object)>>longPrintOn:limitedTo:indent: in Block: [ :title :index | ... Array(SequenceableCollection)>>withIndexDo: Array(SequenceableCollection)>>doWithIndex: EyeInspector(Object)>>longPrintOn:limitedTo:indent: ----- Cheers, Sean -- View this message in context: http://forum.world.st/Phexample-Image-Destroying-Bug-tp4755253p4755775.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
