Cedric wrote:
>>> Well, the semantics of the image-size-set function has always
>>> been that if there is no data or file for the image, it will create
>>> data of the requested size, and if there is data (possibly from a
>>> file), it will create new data of the requested size and copy as
Build log for Enlightenment DR 0.17 on 2008-06-07 07:06:41 -0700
Build logs are available at http://download.enlightenment.org/tests/logs
Packages that failed to build:
eclair http://download.enlightenment.org/tests/logs/eclair.log
edvi http://download.enlightenment.org/tests/logs/edvi.log
eflpp
On Sat, Jun 7, 2008 at 9:34 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote:
> I wrote:
>> Cedric wrote:
>>> I did some test around this and I think it came from the fact that
>>> o->dirty_pixels is not set to 1 after the second call to
>>> evas_object_image_size_set. A quick fix for your example is
I wrote:
> Cedric wrote:
>
>> I did some test around this and I think it came from the fact that
>> o->dirty_pixels is not set to 1 after the second call to
>> evas_object_image_size_set. A quick fix for your example is to call
>> evas_object_image_pixels_dirty_set just after
>> evas_object_i