Ignore:
Timestamp:
Jan 4, 2010, 2:17:11 PM (14 years ago)
Author:
ronosman
Message:

Bug 1355 fixed : missing properties for thumbnail in Global Settings panel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/GUI/wxGlobalSettings.pm

    r4589 r4616  
    6060    );
    6161
     62    $self->{cpane_thumbnail} = $self->FindWindow($main::CPANE_THUMBNAIL);
    6263    $self->{cpane_resize} = $self->FindWindow($main::CPANE_RESIZE);
    6364    $self->{cpane_resize_advanced} = $self->FindWindow($main::CPANE_RESIZE_ADVANCED);
     
    9091   
    9192    EVT_CLOSE( $self, \&OnClose );
     93    Wx::Event::EVT_COLLAPSIBLEPANE_CHANGED( $self, $self->{cpane_thumbnail}, \&OnPaneChanged );
    9294    Wx::Event::EVT_COLLAPSIBLEPANE_CHANGED( $self, $self->{cpane_resize}, \&OnPaneChanged );
    9395    Wx::Event::EVT_COLLAPSIBLEPANE_CHANGED( $self, $self->{cpane_resize_advanced}, \&OnPaneChanged );
Note: See TracChangeset for help on using the changeset viewer.