mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +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()
|
void CBEChannelSelectWidget::hide()
|
||||||
{
|
{
|
||||||
if (dline)
|
dline->kill(); //kill details line
|
||||||
dline->kill(); //kill details line
|
ibox->kill();
|
||||||
CListBox::hide();
|
CListBox::hide();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user