Etoys: Etoys-kfr.115.mcz

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

Etoys: Etoys-kfr.115.mcz

commits-2
Karl Ramberg uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-kfr.115.mcz

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

Name: Etoys-kfr.115
Author: kfr
Time: 6 March 2012, 12:48:42 pm
UUID: c70a062b-dc39-c14d-8186-79c83357c5d4
Ancestors: Etoys-kfr.114

Delete properties panel if target not is in world

=============== Diff against Etoys-kfr.114 ===============

Item was changed:
  ----- Method: GenericPropertiesMorph>>step (in category 'stepping and presenter') -----
  step
 
  super step.
+ self doEnables.
+ myTarget isInWorld ifFalse:[self delete]!
- self doEnables!

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev