mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +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()
|
||||
{
|
||||
frameBuffer->paintBackgroundBoxRel(x,y, width,height+footerHeight+info_height);
|
||||
frameBuffer->paintBackgroundBoxRel(x,y, width,height+footerHeight);
|
||||
clearItem2DetailsLine ();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user