equal
deleted
inserted
replaced
73 |
73 |
74 iListbox->SetSize(aRect.Size()); |
74 iListbox->SetSize(aRect.Size()); |
75 iListbox->MakeVisible(ETrue); |
75 iListbox->MakeVisible(ETrue); |
76 MakeVisible(EFalse); |
76 MakeVisible(EFalse); |
77 |
77 |
78 //#ifndef SYMBIAN1_UI |
|
79 // TInt flags = iListbox->View()->ItemDrawer()->Flags(); |
|
80 // flags |= CListItemDrawer::EDisableHighlight; |
|
81 // iListbox->ItemDrawer()->SetFlags(flags); |
|
82 //#endif |
|
83 |
|
84 // Activate the window, which makes it ready to be drawn |
78 // Activate the window, which makes it ready to be drawn |
85 ActivateL(); |
79 ActivateL(); |
86 } |
80 } |
87 |
81 |
88 TInt CPodcastListContainer::CountComponentControls() const |
82 TInt CPodcastListContainer::CountComponentControls() const |