NSButton with an image
NSButton with an image
- Subject: NSButton with an image
- From: Stéphane Sudre <email@hidden>
- Date: Thu, 10 May 2001 19:47:13 +0200
I'm using a NSButton which is not bordered, whose type is Square Button
and behavior is Momentary Push In.
In this NSButton, there is a .tiff image with an alpha layer.
When the button is not pushed, the alpha layer is correctly taken into
account. When the button is pushed, the alpha layer is not taken into
account and there's a white background drawn.
It's a bug or a feature ?