Bedit: apply last CComponent changes

Origin commit data
------------------
Branch: ni/coolstream
Commit: 55a9b0db75
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-07 (Tue, 07 Aug 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
2012-08-07 19:40:39 +02:00
parent ecc673379b
commit 446f991192
2 changed files with 8 additions and 14 deletions

View File

@@ -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()