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

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Tue Dec 10 23:14:41 UTC 2013


And if you evaluate (ScrollBar initializeImagesCache) then next opened
browser will be as mournful as they used to be.


2013/12/11 Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>

> I'm a bit deceived, it's not my superpowers :(
> It's a consequence of LRU changes by 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
>>>
>>>
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20131211/1c0c8ef0/attachment.htm


More information about the Squeak-dev mailing list