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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4f65a8d823
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-05-09 (Fri, 09 May 2014)

Origin message was:
------------------
 src/gui/bedit/bouqueteditor_chanselect.cpp: fix kill details line

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

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2014-05-09 22:28:44 +02:00
parent 3cf91e6a4e
commit d4f68a0792
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;