mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
CChannelList: adapt for last changes in CComponents
Origin commit data
------------------
Branch: ni/coolstream
Commit: d59eb05427
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:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user