mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
gui/bedit/bouqueteditor_chanselect.cpp: fix infobox artefacts on hide()
This commit is contained in:
@@ -315,7 +315,7 @@ void CBEChannelSelectWidget::initItem2DetailsLine (int pos, int /*ch_index*/)
|
||||
|
||||
void CBEChannelSelectWidget::hide()
|
||||
{
|
||||
if (dline)
|
||||
dline->kill(); //kill details line
|
||||
dline->kill(); //kill details line
|
||||
ibox->kill();
|
||||
CListBox::hide();
|
||||
}
|
||||
|
Reference in New Issue
Block a user