Page 1 of 1

HasAlphaLayer causes lockup,. .

Posted: Mon Mar 29, 2010 3:02 pm
by jph_wacheski
Ticking ON the HasAlphaLayer box on a bitmap that does not have one causes an un-savable lockup,. (test with y offs et's solder sprite)

Posted: Mon Mar 29, 2010 3:15 pm
by Kjell
Hmm,

It doesn't lock up on my PC ( simply interprets the bitmap data incorrectly since it reads 32-bit per pixel instead of 24 ). Anyway, the real "bug" here is the fact that the HasAlphaLayer property isn't read-only :wink:

K

Posted: Mon Mar 29, 2010 4:56 pm
by kattle87
I though it was.... Well, in the code, there are variables to make it read only ;) Not used, somehow, but should not be so terrible to get it right.