fix cedric's image property code... that broke load opt downscaling...

CEDRIC... it WAS YOU!... YOU BROKE ETHUMB!... i was.. RIGHT! :) well
done. your borking skills are pretty good. :) you broke load opt
downscaling for jpegs in general.. it just happened to turn up in
ethumb.
This commit is contained in:
Carsten Haitzler 2013-05-12 15:50:52 +09:00
parent c313a46b5e
commit b77016ad02
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ evas_common_load_rgba_image_data_from_file(Image_Entry *ie)
memset(&property, 0, sizeof (Evas_Image_Property));
property.w = ie->w;
property.h = ie->h;
property.scale = property.scale;
property.scale = ie->scale;
property.rotated = ie->flags.rotated;
property.premul = EINA_FALSE;
property.alpha_sparse = EINA_FALSE;