Not sure if this method is a getter or a setter, but SystemWindow
roundedWindowCorners, so I don't know if you intended to change this
method to a no-op...
On Tue, Sep 13, 2016 at 3:06 PM, <
[hidden email]> wrote:
> Bert Freudenberg uploaded a new version of EToys to project The Trunk:
>
http://source.squeak.org/trunk/EToys-bf.233.mcz>
> ==================== Summary ====================
>
> Name: EToys-bf.233
> Author: bf
> Time: 13 September 2016, 10:06:47.925688 pm
> UUID: 7f56b9c2-2453-4707-83b0-94204f4372a5
> Ancestors: EToys-ul.232
>
> Fix roundedWindowCorners
>
> =============== Diff against EToys-ul.232 ===============
>
> Item was changed:
> ----- Method: BorderedMorph>>useRoundedCornersInEtoys (in category '*Etoys-Squeakland-accessing') -----
> useRoundedCornersInEtoys
> + SystemWindow roundedWindowCorners
> - Preferences roundedWindowCorners
> ifTrue: [self useRoundedCorners]!
>
>