Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.673.mcz==================== Summary ====================
Name: Tools-mt.673
Author: mt
Time: 16 February 2016, 10:01:56.224748 am
UUID: c57911f5-8e83-4f40-a958-757d13f4fda0
Ancestors: Tools-mt.672
Use more accurate version for mouse position peeking for profiler.
=============== Diff against Tools-mt.672 ===============
Item was changed:
----- Method: TheWorldMenu>>startThenBrowseMessageTally (in category '*Tools') -----
startThenBrowseMessageTally
(self confirm: 'MessageTally will start now,
and stop when the cursor goes
to the top of the screen')
ifTrue: [TimeProfileBrowser
+ onBlock: [[Sensor peekPosition y > 10]
- onBlock: [[Sensor peekMousePt y > 10]
whileTrue: [World doOneCycle]]]!