mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CBEChannelWidget/CBEChannelSelectWidget: remove setShadowOnOff()
Name and function was changed
This commit is contained in:
@@ -252,11 +252,18 @@ void CBEChannelWidget::initItem2DetailsLine (int pos, int /*ch_index*/)
|
|||||||
//infobox
|
//infobox
|
||||||
if (ibox == NULL){
|
if (ibox == NULL){
|
||||||
ibox = new CComponentsInfoBox();
|
ibox = new CComponentsInfoBox();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (ibox->isPainted())
|
||||||
|
ibox->hide();
|
||||||
|
|
||||||
ibox->setDimensionsAll(x, ypos2, width, info_height);
|
ibox->setDimensionsAll(x, ypos2, width, info_height);
|
||||||
ibox->setFrameThickness(2);
|
ibox->setFrameThickness(2);
|
||||||
|
#if 0
|
||||||
|
ibox->paint(false,true);
|
||||||
|
#endif
|
||||||
ibox->setCorner(RADIUS_LARGE);
|
ibox->setCorner(RADIUS_LARGE);
|
||||||
ibox->setShadowOnOff(CC_SHADOW_OFF);
|
ibox->disableShadow();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -309,7 +309,7 @@ void CBEChannelSelectWidget::initItem2DetailsLine (int pos, int /*ch_index*/)
|
|||||||
ibox->setDimensionsAll(x, ypos2, width, info_height);
|
ibox->setDimensionsAll(x, ypos2, width, info_height);
|
||||||
ibox->setFrameThickness(2);
|
ibox->setFrameThickness(2);
|
||||||
ibox->setCorner(RADIUS_LARGE);
|
ibox->setCorner(RADIUS_LARGE);
|
||||||
ibox->setShadowOnOff(CC_SHADOW_OFF);
|
ibox->disableShadow();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user