Bedit: adapt for last changes in CComponents

Origin commit data
------------------
Branch: ni/coolstream
Commit: b0fc5efe28
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-16 (Thu, 16 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-16 17:39:48 +02:00
parent 3eb3a7cfcc
commit 41d214e67f
2 changed files with 2 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ void CBEChannelWidget::paintItem2DetailsLine (int pos, int /*ch_index*/)
//infobox
if (ibox == NULL)
ibox = new CComponentsInfoBox(x, ypos2, width, info_height, false);
ibox = new CComponentsInfoBox(x, ypos2, width, info_height);
ibox->paint(false,true);
}
}

View File

@@ -247,7 +247,7 @@ void CBEChannelSelectWidget::paintItem2DetailsLine (int pos, int /*ch_index*/)
//infobox
if (ibox == NULL)
ibox = new CComponentsInfoBox(x, ypos2, width, info_height, false);
ibox = new CComponentsInfoBox(x, ypos2, width, info_height);
ibox->paint(false,true);
}
}