[lazarus] CVS changes

Marc Weustink weus at quicknet.nl
Fri Mar 17 20:42:55 EST 2000


At 13:14 17-03-2000 -0600, Shane Miller wrote:
>I have updated CVS.  I added the images to the speedbuttons.  There 
>appears to be some problem with the way they are drawn though.
>
>Even though I send the Stretchblt function the coord's 0,0,16,16 it seems 
>to write more than that.  In other words it overwrites the right button 
>border and bottom button border.  Can you look at this Marc and give me an 
>idea why?

:-) :-) the difference between Bounds and Rect:

Bounds(X, Y, W, H) <=> Rect(X, Y, X + W, Y + H)

(So your drawing area was way to large)

Marc







More information about the Lazarus mailing list