The Trunk: EToys-bf.233.mcz

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

The Trunk: EToys-bf.233.mcz

commits-2
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]!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: EToys-bf.233.mcz

Chris Muller-3
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]!
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: EToys-bf.233.mcz

Tobias Pape

On 14.09.2016, at 18:50, Chris Muller <[hidden email]> wrote:

> 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...

Why No-op? This is a normal preference (current version differs just in not having
a typo in the description):







Bildschirmfoto 2016-09-14 um 19.48.57.PNG (69K) Download Attachment