gui/bedit/bouqueteditor_chanselect.cpp: fix infobox artefacts on hide()

Origin commit data
------------------
Branch: ni/coolstream
Commit: 476b6d0850
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-03-03 18:21:15 +03:00
parent 49bafba0e5
commit 3af2ac5a97

View File

@@ -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();
}