Changeset 3241


Ignore:
Timestamp:
Apr 16, 2009, 10:03:08 PM (15 years ago)
Author:
plg
Message:

merge r3241 from previous Gna! Subversion repository to new piwigo.org
Subversion repository.

Bug 973 : wx thumbnails have yellow borders when local is not EN. Remove
background color.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extras/pLoader/trunk/src/Uploader/ImageList.pm

    r3231 r3241  
    482482    return $rval if $status;
    483483
    484     $status = $image->Set(background=>"white");
    485     warn "$status" if $status ;
     484#    causes strange behaviour with i18n -> yellow borders when local is other than EN
     485#    $status = $image->Set(background=>"white");
     486#    warn "$status" if $status ;
    486487
    487488    $status = $image->Set(Gravity=>"Center");
Note: See TracChangeset for help on using the changeset viewer.