[squeak-dev] Something in the update process damages the background

Edgar J. De Cleene edgardec2005 at gmail.com
Wed Sep 11 19:27:00 UTC 2013



El 9/11/13 3:16 PM, "Chris Muller" <asqueaker at gmail.com> escribió:

>No, let's not hack around it like that.  I think setting the
>background should be part of ReleaseBuilder process, not loading
>Morphic.
>
>+1
We have this in 3.10 and was

createBackgroundColor
|gf |
gf := GradientFillStyle  ramp: {0.0->(Color r: 0.97 g: 0.98 b: 1.0) .
1.0->(Color r: 0.0 g: 0.658 b: 0.474)}.
 gf origin: 0 @ 0;
  direction: 0 at 400;
  normal: 640 at 0;
  radial: false.
World fillStyle: gf.



Edgar




More information about the Squeak-dev mailing list