mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
Bedit: adapt to current CComponentsInfoBox changes
This commit is contained in:
@@ -229,9 +229,9 @@ void CBEChannelWidget::paintItem2DetailsLine (int pos, int /*ch_index*/)
|
||||
void CBEChannelWidget::clearItem2DetailsLine()
|
||||
{
|
||||
if (dline != NULL)
|
||||
dline->hide();
|
||||
dline->paintBackground(); //kill details line
|
||||
if (ibox != NULL)
|
||||
ibox->hide();
|
||||
ibox->paintBackground(); //kill info box
|
||||
}
|
||||
|
||||
void CBEChannelWidget::hide()
|
||||
|
@@ -80,11 +80,11 @@ CBEChannelSelectWidget::~CBEChannelSelectWidget()
|
||||
{
|
||||
// clear details line
|
||||
if (dline != NULL)
|
||||
dline->hide();
|
||||
dline->paintBackground();
|
||||
delete dline;
|
||||
// clear infobox
|
||||
if (ibox != NULL)
|
||||
ibox->hide();
|
||||
ibox->paintBackground();
|
||||
delete ibox;
|
||||
}
|
||||
|
||||
@@ -237,7 +237,7 @@ void CBEChannelSelectWidget::paintItem2DetailsLine (int pos, int /*ch_index*/)
|
||||
|
||||
// clear details line
|
||||
if (dline != NULL)
|
||||
dline->hide();
|
||||
dline->paintBackground();
|
||||
|
||||
// clear infobox
|
||||
if (ibox != NULL)
|
||||
|
Reference in New Issue
Block a user