mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
fix shadow stuff and initializers....
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@118 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -85,13 +85,13 @@ bool CBEChannelSelectWidget::hasChanged()
|
||||
return modified;
|
||||
}
|
||||
|
||||
void CBEChannelSelectWidget::paintItem(uint32_t itemNr, int paintNr, bool selected)
|
||||
void CBEChannelSelectWidget::paintItem(uint32_t itemNr, int paintNr, bool pselected)
|
||||
{
|
||||
int ypos = y+ theight + paintNr*fheight;
|
||||
|
||||
uint8_t color;
|
||||
fb_pixel_t bgcolor;
|
||||
if (selected)
|
||||
if (pselected)
|
||||
{
|
||||
color = COL_MENUCONTENTSELECTED;
|
||||
bgcolor = COL_MENUCONTENTSELECTED_PLUS_0;
|
||||
@@ -130,7 +130,7 @@ void CBEChannelSelectWidget::onOkKeyPressed()
|
||||
addChannelToBouquet( bouquet, Channels[selected]->channel_id);
|
||||
|
||||
bouquetChannels = mode == CZapitClient::MODE_TV ? &(g_bouquetManager->Bouquets[bouquet]->tvChannels) : &(g_bouquetManager->Bouquets[bouquet]->radioChannels);
|
||||
|
||||
|
||||
paintItem( selected, selected - liststart, false);
|
||||
g_RCInput->postMsg( CRCInput::RC_down, 0 );
|
||||
}
|
||||
|
Reference in New Issue
Block a user