CBEChannelWidget: remove redundant hide of infobox

Infobox uses it's own hide().
This commit is contained in:
2012-08-01 22:13:07 +02:00
parent ec2c78537c
commit 6e58bb595e

View File

@@ -236,7 +236,7 @@ void CBEChannelWidget::clearItem2DetailsLine()
void CBEChannelWidget::hide()
{
frameBuffer->paintBackgroundBoxRel(x,y, width,height+footerHeight+info_height);
frameBuffer->paintBackgroundBoxRel(x,y, width,height+footerHeight);
clearItem2DetailsLine ();
}