The Trunk: Morphic-ul.710.mcz

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

The Trunk: Morphic-ul.710.mcz

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

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

Name: Morphic-ul.710
Author: ul
Time: 29 December 2013, 7:24:57.804 pm
UUID: 25743463-c5a5-4154-b761-110cb4e69e65
Ancestors: Morphic-nice.709

MorphicUIManager DNU #restore

=============== Diff against Morphic-nice.709 ===============

Item was changed:
  ----- Method: MorphicUIManager>>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.!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-ul.710.mcz

Frank Shearar-3
On 29 December 2013 18:47,  <[hidden email]> wrote:

> Levente Uzonyi uploaded a new version of Morphic to project The Trunk:
> http://source.squeak.org/trunk/Morphic-ul.710.mcz
>
> ==================== Summary ====================
>
> Name: Morphic-ul.710
> Author: ul
> Time: 29 December 2013, 7:24:57.804 pm
> UUID: 25743463-c5a5-4154-b761-110cb4e69e65
> Ancestors: Morphic-nice.709
>
> MorphicUIManager DNU #restore
>
> =============== Diff against Morphic-nice.709 ===============
>
> Item was changed:
>   ----- Method: MorphicUIManager>>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.!

I don't get it. I touched this method last, changing whatever was
there to "self restore" instead of (IIRC) "Display restore". Did I
simply mess up the change? Er yes, I think that I did. Thanks,
Levente.

frank