Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1081.mcz==================== Summary ====================
Name: Morphic-mt.1081
Author: mt
Time: 16 February 2016, 10:01:07.277748 am
UUID: 448cca8e-4275-4f46-81b2-61e00ec84d1a
Ancestors: Morphic-mt.1080
Use more accurate version for mouse position peeking for profiler.
=============== Diff against Morphic-mt.1080 ===============
Item was changed:
----- Method: TheWorldMainDockingBar>>startMessageTally (in category 'menu actions') -----
startMessageTally
(self confirm: 'MessageTally will start now,
and stop when the cursor goes
to the top of the screen') ifTrue:
[MessageTally spyOn:
+ [[Sensor peekPosition y > 0] whileTrue: [World doOneCycle]]]!
- [[Sensor peekMousePt y > 0] whileTrue: [World doOneCycle]]]!
Item was changed:
----- Method: TheWorldMenu>>startMessageTally (in category 'commands') -----
startMessageTally
(self confirm: 'MessageTally will start now,
and stop when the cursor goes
to the top of the screen') ifTrue:
[MessageTally spyOn:
+ [[Sensor peekPosition y > 0] whileTrue: [World doOneCycle]]]!
- [[Sensor peekMousePt y > 0] whileTrue: [World doOneCycle]]]!