Changeset 4324 for extensions


Ignore:
Timestamp:
Nov 20, 2009, 3:07:38 PM (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/wxImageListCtrl.pm

    r4322 r4324  
    161161    $self->SetItemState(
    162162        $index,
    163         wxLIST_STATE_SELECTED,
    164         wxLIST_STATE_SELECTED
     163        wxLIST_STATE_SELECTED|wxLIST_STATE_FOCUSED,
     164        wxLIST_STATE_SELECTED|wxLIST_STATE_FOCUSED
    165165    ); 
    166166}
Note: See TracChangeset for help on using the changeset viewer.