equal
deleted
inserted
replaced
152 void CPodcastListContainer::ScrollToVisible() { |
152 void CPodcastListContainer::ScrollToVisible() { |
153 if (iListbox != NULL) { |
153 if (iListbox != NULL) { |
154 iListbox->ScrollToMakeItemVisible(iListbox->CurrentItemIndex()); |
154 iListbox->ScrollToMakeItemVisible(iListbox->CurrentItemIndex()); |
155 } |
155 } |
156 } |
156 } |
|
157 |
157 void CPodcastListContainer::SizeChanged() |
158 void CPodcastListContainer::SizeChanged() |
158 { |
159 { |
159 DP2("CPodcastListContainer::SizeChanged() BEGIN, width=%d, height=%d",Size().iWidth, Size().iHeight); |
160 DP2("CPodcastListContainer::SizeChanged() BEGIN, width=%d, height=%d",Size().iWidth, Size().iHeight); |
160 |
161 |
161 iLandscape = Size().iWidth > Size().iHeight; |
162 iLandscape = Size().iWidth > Size().iHeight; |