mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +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 paintFoot();
|
||||||
void onOkKeyPressed();
|
void onOkKeyPressed();
|
||||||
void onRedKeyPressed();
|
void onRedKeyPressed();
|
||||||
|
void hide();
|
||||||
|
|
||||||
|
|
||||||
int footerHeight;
|
int footerHeight;
|
||||||
|
Reference in New Issue
Block a user