[BUG] forms with bad alpha values?

Ned Konz ned at bike-nomad.com
Sun Sep 7 17:02:41 UTC 2003


On Sunday 07 September 2003 09:42 am, Ned Konz wrote:
> I've been trying to fix the problem with disappearing Objects Tool
> buttons. I've got it all fixed except for the Paint tool. What's
> happening is that its form (a standard form) is rendering as
> transparent in depth 32.

Which you can also see using:

PartsBin clearThumbnailCache.
Display newDepth: 32.
quads _ OrderedCollection new.
PaintInvokingMorph  addPartsDescriptorQuadsTo: quads if: [:x | true].
tuple _ quads first.
aClass _ Smalltalk at: tuple first.
t _ PartsBin thumbnailForQuad: tuple.
t openInHand.

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list