mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
@@ -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