mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
src/gui/bedit/bouqueteditor_chanselect.cpp: fix kill details line
This commit is contained in:
@@ -319,3 +319,9 @@ void CBEChannelSelectWidget::initItem2DetailsLine (int pos, int /*ch_index*/)
|
||||
}
|
||||
}
|
||||
|
||||
void CBEChannelSelectWidget::hide()
|
||||
{
|
||||
if (dline)
|
||||
dline->kill(); //kill details line
|
||||
CListBox::hide();
|
||||
}
|
||||
|
@@ -60,6 +60,7 @@ class CBEChannelSelectWidget : public CListBox
|
||||
void paintFoot();
|
||||
void onOkKeyPressed();
|
||||
void onRedKeyPressed();
|
||||
void hide();
|
||||
|
||||
|
||||
int footerHeight;
|
||||
|
Reference in New Issue
Block a user