filebrowser/src/FBFileDlgs.cpp
branchRCL_3
changeset 13 822c625f7adc
parent 0 d6fe6244b863
equal deleted inserted replaced
11:454d022d514b 13:822c625f7adc
   463     SetItemTextArray(textArray);
   463     SetItemTextArray(textArray);
   464     SetOwnershipType(ELbmOwnsItemArray);
   464     SetOwnershipType(ELbmOwnsItemArray);
   465     ListBox()->HandleItemAdditionL();
   465     ListBox()->HandleItemAdditionL();
   466     Layout();
   466     Layout();
   467     ListBox()->SetCurrentItemIndex(0);
   467     ListBox()->SetCurrentItemIndex(0);
   468     DrawNow();
   468     DrawDeferred();
   469     }
   469     }
   470 
   470 
   471 // --------------------------------------------------------------------------------------------
   471 // --------------------------------------------------------------------------------------------
   472     
   472     
   473 TBool CFileBrowserDestinationFolderSelectionDlg::RunCopyDlgLD()
   473 TBool CFileBrowserDestinationFolderSelectionDlg::RunCopyDlgLD()