src/gui/bedit/bouqueteditor_chanselect.cpp: fix kill details line

This commit is contained in:
Jacek Jendrzej
2014-05-09 22:28:44 +02:00
parent 682b4b141c
commit 4f65a8d823
2 changed files with 7 additions and 0 deletions

View File

@@ -319,3 +319,9 @@ void CBEChannelSelectWidget::initItem2DetailsLine (int pos, int /*ch_index*/)
}
}
void CBEChannelSelectWidget::hide()
{
if (dline)
dline->kill(); //kill details line
CListBox::hide();
}

View File

@@ -60,6 +60,7 @@ class CBEChannelSelectWidget : public CListBox
void paintFoot();
void onOkKeyPressed();
void onRedKeyPressed();
void hide();
int footerHeight;