Re: Bug in pixbuf->copy ?



P.S.

I forgot to name my versions:

gtk2      2.8.16
gtk2-perl 1.102


I fixed my problem now by the following work around:

I assign a key into the Pixbuf perl object $pixbuf->{_exists} = 1 then when constructing a new one if the copy() function returns an object with this key set I call the copy(0 function again on this object.

It seems that the problem with the copy() function is not recursize (the copies of a copy are not the same) so this works for now.

-- Jaap



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]