mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
Bedit: apply last CComponent changes
This commit is contained in:
@@ -228,10 +228,10 @@ void CBEChannelWidget::paintItem2DetailsLine (int pos, int /*ch_index*/)
|
||||
|
||||
void CBEChannelWidget::clearItem2DetailsLine()
|
||||
{
|
||||
if (dline != NULL)
|
||||
dline->paintBackground(); //kill details line
|
||||
if (ibox != NULL)
|
||||
ibox->paintBackground(); //kill info box
|
||||
if (dline)
|
||||
dline->kill(); //kill details line
|
||||
if (ibox)
|
||||
ibox->kill(); //kill info box
|
||||
}
|
||||
|
||||
void CBEChannelWidget::hide()
|
||||
|
Reference in New Issue
Block a user