Ignore:
Timestamp:
Nov 20, 2009, 11:11:46 AM (14 years ago)
Author:
ronosman
Message:

Bug 1254 fixed : keyboard navigation in the photo selection is wrong after photo deletion.

File:
1 edited

Legend:

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

    r4320 r4321  
    6969             wxICON_INFORMATION
    7070             WXK_DELETE
     71             WXK_DOWN
    7172         /;
    7273use base qw/Wx::Frame Class::Accessor::Fast/;
     
    16911692        );
    16921693    }   
    1693 
     1694    elsif(WXK_DOWN == $event->GetKeyCode){
     1695        printf("element %s\n", $event->GetIndex);
     1696    }   
     1697    $event->Skip();
    16941698}
    16951699
Note: See TracChangeset for help on using the changeset viewer.