mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
CBEChannelWidget: remove redundant hide of infobox
Infobox uses it's own hide().
This commit is contained in:
@@ -236,7 +236,7 @@ void CBEChannelWidget::clearItem2DetailsLine()
|
|||||||
|
|
||||||
void CBEChannelWidget::hide()
|
void CBEChannelWidget::hide()
|
||||||
{
|
{
|
||||||
frameBuffer->paintBackgroundBoxRel(x,y, width,height+footerHeight+info_height);
|
frameBuffer->paintBackgroundBoxRel(x,y, width,height+footerHeight);
|
||||||
clearItem2DetailsLine ();
|
clearItem2DetailsLine ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user