The Trunk: ST80-ul.169.mcz

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

The Trunk: ST80-ul.169.mcz

commits-2
Levente Uzonyi uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-ul.169.mcz

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

Name: ST80-ul.169
Author: ul
Time: 29 December 2013, 7:25:22.052 pm
UUID: 5bf0c4a1-3cac-4788-bf0e-1ddfa9d770b9
Ancestors: ST80-nice.168

MVCUIManager DNU #restore

=============== Diff against ST80-nice.168 ===============

Item was changed:
  ----- Method: MVCUIManager>>restoreDisplayAfter: (in category 'display') -----
  restoreDisplayAfter: aBlock
  "Evaluate the block, wait for a mouse click, and then restore the screen."
 
  aBlock value.
  Sensor waitButton.
+ self restoreDisplay!
- self restore.!