mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
CBEChannelWidget: remove redundant hide of infobox
Infobox uses it's own hide().
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6e58bb595e
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-01 (Wed, 01 Aug 2012)
------------------
This commit was generated by Migit
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