CChannelList: adapt for last changes in CComponents

This commit is contained in:
2012-08-16 17:41:19 +02:00
parent 14f8e63cc9
commit d59eb05427

View File

@@ -1531,7 +1531,7 @@ void CChannelList::paintDetails(int index)
//infobox //infobox
if (ibox == NULL) if (ibox == NULL)
ibox = new CComponentsInfoBox(x, y + height + 2, width, info_height, false); ibox = new CComponentsInfoBox(x, y + height + 2, width, info_height);
ibox->setCornerRadius(RADIUS_LARGE); ibox->setCornerRadius(RADIUS_LARGE);
ibox->paint(false); ibox->paint(false);