mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
-fix shadow var
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1187 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -184,8 +184,8 @@ const struct button_label CBEChannelSelectButtons[] =
|
||||
|
||||
void CBEChannelSelectWidget::paintFoot()
|
||||
{
|
||||
int ButtonHeight = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->getHeight()+8;
|
||||
::paintButtons(x, y+height, width, 2, CBEChannelSelectButtons, ButtonHeight);
|
||||
int _ButtonHeight = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]->getHeight()+8;
|
||||
::paintButtons(x, y+height, width, 2, CBEChannelSelectButtons, _ButtonHeight);
|
||||
|
||||
#if 0
|
||||
frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_OKAY, x+width- 3* ButtonWidth+ 8, y+height+1);
|
||||
|
Reference in New Issue
Block a user