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

Frank Shearar frank.shearar at gmail.com
Wed Dec 11 11:38:31 UTC 2013


On 11 December 2013 09:43, Levente Uzonyi <leves at elte.hu> wrote:
> 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?

I just took a stock 4.5 image and updated it. If you take the image
from the squeak-ci repository and update it, that should reproduce the
problem: https://github.com/squeak-smalltalk/squeak-ci

frank

> 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