[squeak-dev] Funky large sideways arrows in my scrollbar

Levente Uzonyi leves at elte.hu
Wed Dec 11 09:43:24 UTC 2013


On Wed, 11 Dec 2013, Nicolas Cellier wrote:

> I'm a bit deceived, it's not my superpowers :(
> It's a consequence of LRU changes by Levente.

Sounds like broken migration code... How can I reproduce it?


Levente

> 
> ScrollBar class>>createArrowImagesCache
>     "creates the cache to store the arrow forms"
>     ^ LRUCache
>         size: 40
>         factory: [:key | ""
>             self
>                 createArrowOfDirection: key first
>                 size: key second
>                 color: key third]
> 
> 
> 2013/12/10 Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
>       I'm not experiencing such fun while hacking PaintBoxMorph :(
> But if it's really me, I'm glad of my new superpowers, it's just that I'd like to tame them...
> 
> 
> 2013/12/10 Frank Shearar <frank.shearar at gmail.com>
>       Is this related to Nicolas' MorphicExtras changes? (That's just a guess.)
>
>       frank
> 
> 
> 
> 
> 
> 
>


More information about the Squeak-dev mailing list