phonebookui/Phonebook2/UIControls/src/cpbk2contactviewcustomlistboxdata.cpp
branchRCL_3
changeset 3 04ab22b956c2
parent 0 e686773b3f54
child 8 5586b4d2ec3e
equal deleted inserted replaced
0:e686773b3f54 3:04ab22b956c2
  2156             if ( doesNotFit )
  2156             if ( doesNotFit )
  2157                 {
  2157                 {
  2158                 iExtension->iClippedColumns |= ( 1 << column );
  2158                 iExtension->iClippedColumns |= ( 1 << column );
  2159                 }
  2159                 }
  2160 
  2160 
  2161             TBool marqueeDisabled =ETrue;
  2161             TBool marqueeDisabled = ETrue;
  2162             if(listbox)
  2162             if ( listbox )
  2163                 {
  2163                 {
  2164                 marqueeDisabled = listbox->View()->ItemDrawer()->Flags()
  2164                 marqueeDisabled = listbox->View()->ItemDrawer()->Flags()
  2165                     & CListItemDrawer::EDisableMarquee;
  2165                     & CListItemDrawer::EDisableMarquee;
  2166                 }
  2166                 }
  2167             
  2167